Html Css Color HEX #72636D Salt Box

📋 copy color: '#72636D'

red 114 ◦ green 99 ◦ blue 109

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

Shades of Salt Box #72636D

Tints of Salt Box #72636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 35.4%
G = 30.75%
B = 33.85%

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

#72636D (or 0x72636D) is known color: Salt Box. HEX triplet: 72, 63 and 6D. RGB value is (114,99,109). Sum of RGB (Red+Green+Blue) = 114+99+109=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636D is #8D9C92. Grayscale: #686868. Windows color (decimal): -9280659 or 7168882. OLE color: 7168882.

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

Color convert

RGB 114 99 109 -
CMYK 0 0.13 0.04 0.55
HSL 320º 0.07% 0.42% -
HSV(B) 320º 0.13% 0.45% -
XYZ 14.16 13.61 16.35 -
YUV 104.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 114 99 109 0 0.13 0.04 0.55 320 0.07 0.42
Hex 72 63 6D 0 D 4 37 140 7 2A
Octal 162 143 155 0 15 4 67 500 7 52
Binary 1110010 1100011 1101101 0 1101 100 110111 101000000 111 101010

Color Harmonies of #72636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72636D

Black with #72636D

Text Example


Text Example

White with #72636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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