Html Css Color HEX #72506D Salt Box

📋 copy color: '#72506D'

red 114 ◦ green 80 ◦ blue 109

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

Shades of Salt Box #72506D

Tints of Salt Box #72506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

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

R = 37.62%
G = 26.4%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72506D (or 0x72506D) is known color: Salt Box. HEX triplet: 72, 50 and 6D. RGB value is (114,80,109). Sum of RGB (Red+Green+Blue) = 114+80+109=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #72506D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72506D is #8DAF92. Grayscale: #5D5D5D. Windows color (decimal): -9285523 or 7164018. OLE color: 7164018.

HSL color Cylindrical-coordinate representation of color #72506D: hue angle of 308.82º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72506D is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 109 -
CMYK 0 0.30 0.04 0.55
HSL 308.82º 0.18% 0.38% -
HSV(B) 308.82º 0.3% 0.45% -
XYZ 12.57 10.42 15.82 -
YUV 93.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 114 80 109 0 0.30 0.04 0.55 308.82 0.18 0.38
Hex 72 50 6D 0 1E 4 37 135 12 26
Octal 162 120 155 0 36 4 67 465 22 46
Binary 1110010 1010000 1101101 0 11110 100 110111 100110101 10010 100110

Color Harmonies of #72506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72506D

Black with #72506D

Text Example


Text Example

White with #72506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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