Html Css Color HEX #72506A Salt Box

📋 copy color: '#72506A'

red 114 ◦ green 80 ◦ blue 106

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

Shades of Salt Box #72506A

Tints of Salt Box #72506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 38%
G = 26.67%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72506A (or 0x72506A) is known color: Salt Box. HEX triplet: 72, 50 and 6A. RGB value is (114,80,106). Sum of RGB (Red+Green+Blue) = 114+80+106=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #72506A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72506A is #8DAF95. Grayscale: #5D5D5D. Windows color (decimal): -9285526 or 6967410. OLE color: 6967410.

HSL color Cylindrical-coordinate representation of color #72506A: hue angle of 314.12º 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 #72506A is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 80 106 -
CMYK 0 0.30 0.07 0.55
HSL 314.12º 0.18% 0.38% -
HSV(B) 314.12º 0.3% 0.45% -
XYZ 12.41 10.36 14.98 -
YUV 93.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 114 80 106 0 0.30 0.07 0.55 314.12 0.18 0.38
Hex 72 50 6A 0 1E 7 37 13A 12 26
Octal 162 120 152 0 36 7 67 472 22 46
Binary 1110010 1010000 1101010 0 11110 111 110111 100111010 10010 100110

Color Harmonies of #72506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72506A

Black with #72506A

Text Example


Text Example

White with #72506A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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