Html Css Color HEX #72636E Salt Box

📋 copy color: '#72636E'

red 114 ◦ green 99 ◦ blue 110

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

Shades of Salt Box #72636E

Tints of Salt Box #72636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 35.29%
G = 30.65%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72636E (or 0x72636E) is known color: Salt Box. HEX triplet: 72, 63 and 6E. RGB value is (114,99,110). Sum of RGB (Red+Green+Blue) = 114+99+110=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #72636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636E is #8D9C91. Grayscale: #686868. Windows color (decimal): -9280658 or 7234418. OLE color: 7234418.

HSL color Cylindrical-coordinate representation of color #72636E: hue angle of 316º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #72636E is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 110 -
CMYK 0 0.13 0.04 0.55
HSL 316º 0.07% 0.42% -
HSV(B) 316º 0.13% 0.45% -
XYZ 14.22 13.63 16.63 -
YUV 104.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 114 99 110 0 0.13 0.04 0.55 316 0.07 0.42
Hex 72 63 6E 0 D 4 37 13C 7 2A
Octal 162 143 156 0 15 4 67 474 7 52
Binary 1110010 1100011 1101110 0 1101 100 110111 100111100 111 101010

Color Harmonies of #72636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72636E

Black with #72636E

Text Example


Text Example

White with #72636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72636E; }

 p { color: rgb(114,99,110); }

 H1.HeaderClassName
 {
   color: #72636E;
 }
 .AnyTagClassName
 {
   color: #72636E;
 }
</style>

background-color css

<style>
 a { background-color: #72636E; }

 a { background-color: rgb(114,99,110); }

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

border-color css

<style>
 span { border-color: #72636E; }

 span { border-color: rgb(114,99,110); }

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