Html Css Color HEX #72496C Salt Box

📋 copy color: '#72496C'

red 114 ◦ green 73 ◦ blue 108

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

Shades of Salt Box #72496C

Tints of Salt Box #72496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 38.64%
G = 24.75%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72496C (or 0x72496C) is known color: Salt Box. HEX triplet: 72, 49 and 6C. RGB value is (114,73,108). Sum of RGB (Red+Green+Blue) = 114+73+108=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72496C is #8DB693. Grayscale: #595959. Windows color (decimal): -9287316 or 7096690. OLE color: 7096690.

HSL color Cylindrical-coordinate representation of color #72496C: hue angle of 308.78º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72496C is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 73 108 -
CMYK 0 0.36 0.05 0.55
HSL 308.78º 0.22% 0.37% -
HSV(B) 308.78º 0.36% 0.45% -
XYZ 12.03 9.43 15.37 -
YUV 89.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 114 73 108 0 0.36 0.05 0.55 308.78 0.22 0.37
Hex 72 49 6C 0 24 5 37 135 16 25
Octal 162 111 154 0 44 5 67 465 26 45
Binary 1110010 1001001 1101100 0 100100 101 110111 100110101 10110 100101

Color Harmonies of #72496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72496C

Black with #72496C

Text Example


Text Example

White with #72496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72496C; }

 p { color: rgb(114,73,108); }

 H1.HeaderClassName
 {
   color: #72496C;
 }
 .AnyTagClassName
 {
   color: #72496C;
 }
</style>

background-color css

<style>
 a { background-color: #72496C; }

 a { background-color: rgb(114,73,108); }

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

border-color css

<style>
 span { border-color: #72496C; }

 span { border-color: rgb(114,73,108); }

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