Html Css Color HEX #72606B Salt Box

📋 copy color: '#72606B'

red 114 ◦ green 96 ◦ blue 107

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

Shades of Salt Box #72606B

Tints of Salt Box #72606B

RGB

 RED value IS 114 (44.92% from 255) = 35.96%

 GREEN value IS 96 (37.89% from 255) = 30.28%

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

R = 35.96%
G = 30.28%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72606B (or 0x72606B) is known color: Salt Box. HEX triplet: 72, 60 and 6B. RGB value is (114,96,107). Sum of RGB (Red+Green+Blue) = 114+96+107=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #72606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72606B is #8D9F94. Grayscale: #666666. Windows color (decimal): -9281429 or 7037042. OLE color: 7037042.

HSL color Cylindrical-coordinate representation of color #72606B: hue angle of 323.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72606B is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 96 107 -
CMYK 0 0.16 0.06 0.55
HSL 323.33º 0.09% 0.41% -
HSV(B) 323.33º 0.16% 0.45% -
XYZ 13.78 13 15.69 -
YUV 102.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 114 96 107 0 0.16 0.06 0.55 323.33 0.09 0.41
Hex 72 60 6B 0 10 6 37 143 9 29
Octal 162 140 153 0 20 6 67 503 11 51
Binary 1110010 1100000 1101011 0 10000 110 110111 101000011 1001 101001

Color Harmonies of #72606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72606B

Black with #72606B

Text Example


Text Example

White with #72606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,96,107); }

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

background-color css

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

 a { background-color: rgb(114,96,107); }

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

border-color css

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

 span { border-color: rgb(114,96,107); }

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