Html Css Color HEX #72636C Salt Box

📋 copy color: '#72636C'

red 114 ◦ green 99 ◦ blue 108

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

Shades of Salt Box #72636C

Tints of Salt Box #72636C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.64%

R = 35.51%
G = 30.84%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72636C (or 0x72636C) is known color: Salt Box. HEX triplet: 72, 63 and 6C. RGB value is (114,99,108). Sum of RGB (Red+Green+Blue) = 114+99+108=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #72636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636C is #8D9C93. Grayscale: #686868. Windows color (decimal): -9280660 or 7103346. OLE color: 7103346.

HSL color Cylindrical-coordinate representation of color #72636C: hue angle of 324º 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 #72636C is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 99 108 -
CMYK 0 0.13 0.05 0.55
HSL 324º 0.07% 0.42% -
HSV(B) 324º 0.13% 0.45% -
XYZ 14.11 13.58 16.07 -
YUV 104.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 114 99 108 0 0.13 0.05 0.55 324 0.07 0.42
Hex 72 63 6C 0 D 5 37 144 7 2A
Octal 162 143 154 0 15 5 67 504 7 52
Binary 1110010 1100011 1101100 0 1101 101 110111 101000100 111 101010

Color Harmonies of #72636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72636C

Black with #72636C

Text Example


Text Example

White with #72636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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