Html Css Color HEX #72656D Salt Box

📋 copy color: '#72656D'

red 114 ◦ green 101 ◦ blue 109

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

Shades of Salt Box #72656D

Tints of Salt Box #72656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 35.19%
G = 31.17%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72656D (or 0x72656D) is known color: Salt Box. HEX triplet: 72, 65 and 6D. RGB value is (114,101,109). Sum of RGB (Red+Green+Blue) = 114+101+109=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #72656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72656D is #8D9A92. Grayscale: #696969. Windows color (decimal): -9280147 or 7169394. OLE color: 7169394.

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

Color convert

RGB 114 101 109 -
CMYK 0 0.11 0.04 0.55
HSL 323.08º 0.06% 0.42% -
HSV(B) 323.08º 0.11% 0.45% -
XYZ 14.35 13.99 16.41 -
YUV 105.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 114 101 109 0 0.11 0.04 0.55 323.08 0.06 0.42
Hex 72 65 6D 0 B 4 37 143 6 2A
Octal 162 145 155 0 13 4 67 503 6 52
Binary 1110010 1100101 1101101 0 1011 100 110111 101000011 110 101010

Color Harmonies of #72656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72656D

Black with #72656D

Text Example


Text Example

White with #72656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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