Html Css Color HEX #72636F Salt Box

📋 copy color: '#72636F'

red 114 ◦ green 99 ◦ blue 111

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

Shades of Salt Box #72636F

Tints of Salt Box #72636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 35.19%
G = 30.56%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#72636F (or 0x72636F) is known color: Salt Box. HEX triplet: 72, 63 and 6F. RGB value is (114,99,111). Sum of RGB (Red+Green+Blue) = 114+99+111=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #72636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72636F is #8D9C90. Grayscale: #686868. Windows color (decimal): -9280657 or 7299954. OLE color: 7299954.

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

Color convert

RGB 114 99 111 -
CMYK 0 0.13 0.03 0.55
HSL 312º 0.07% 0.42% -
HSV(B) 312º 0.13% 0.45% -
XYZ 14.27 13.65 16.92 -
YUV 104.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 114 99 111 0 0.13 0.03 0.55 312 0.07 0.42
Hex 72 63 6F 0 D 3 37 138 7 2A
Octal 162 143 157 0 15 3 67 470 7 52
Binary 1110010 1100011 1101111 0 1101 11 110111 100111000 111 101010

Color Harmonies of #72636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72636F

Black with #72636F

Text Example


Text Example

White with #72636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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