Html Css Color HEX #76536B Salt Box

📋 copy color: '#76536B'

red 118 ◦ green 83 ◦ blue 107

#76536B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #76536B

Tints of Salt Box #76536B

RGB

 RED value IS 118 (46.48% from 255) = 38.31%

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 38.31%
G = 26.95%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76536B (or 0x76536B) is known color: Salt Box. HEX triplet: 76, 53 and 6B. RGB value is (118,83,107). Sum of RGB (Red+Green+Blue) = 118+83+107=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76536B is #89AC94. Grayscale: #606060. Windows color (decimal): -9022613 or 7033718. OLE color: 7033718.

HSL color Cylindrical-coordinate representation of color #76536B: hue angle of 318.86º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76536B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 107 -
CMYK 0 0.30 0.09 0.54
HSL 318.86º 0.17% 0.39% -
HSV(B) 318.86º 0.3% 0.46% -
XYZ 13.22 11.1 15.36 -
YUV 96.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 118 83 107 0 0.30 0.09 0.54 318.86 0.17 0.39
Hex 76 53 6B 0 1E 9 36 13F 11 27
Octal 166 123 153 0 36 11 66 477 21 47
Binary 1110110 1010011 1101011 0 11110 1001 110110 100111111 10001 100111

Color Harmonies of #76536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76536B

Black with #76536B

Text Example


Text Example

White with #76536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76536B; }

 p { color: rgb(118,83,107); }

 H1.HeaderClassName
 {
   color: #76536B;
 }
 .AnyTagClassName
 {
   color: #76536B;
 }
</style>

background-color css

<style>
 a { background-color: #76536B; }

 a { background-color: rgb(118,83,107); }

 div.DivClassName
 {
   background-color: #76536B;
 }
 .BgClassName
 {
   background-color: #76536B;
 }
</style>

border-color css

<style>
 span { border-color: #76536B; }

 span { border-color: rgb(118,83,107); }

 td.TdClassName
 {
   border-color: #76536B;
 }
 .TagClassName
 {
   border-color: #76536B;
 }
</style>