Html Css Color HEX #72494C Tosca

📋 copy color: '#72494C'

red 114 ◦ green 73 ◦ blue 76

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

Shades of Tosca #72494C

Tints of Tosca #72494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 43.35%
G = 27.76%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72494C (or 0x72494C) is known color: Tosca. HEX triplet: 72, 49 and 4C. RGB value is (114,73,76). Sum of RGB (Red+Green+Blue) = 114+73+76=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #72494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72494C is #8DB6B3. Grayscale: #555555. Windows color (decimal): -9287348 or 4999538. OLE color: 4999538.

HSL color Cylindrical-coordinate representation of color #72494C: hue angle of 355.61º 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 #72494C is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 73 76 -
CMYK 0 0.36 0.33 0.55
HSL 355.61º 0.22% 0.37% -
HSV(B) 355.61º 0.36% 0.45% -
XYZ 10.63 8.86 7.99 -
YUV 85.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 114 73 76 0 0.36 0.33 0.55 355.61 0.22 0.37
Hex 72 49 4C 0 24 21 37 164 16 25
Octal 162 111 114 0 44 41 67 544 26 45
Binary 1110010 1001001 1001100 0 100100 100001 110111 101100100 10110 100101

Color Harmonies of #72494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72494C

Black with #72494C

Text Example


Text Example

White with #72494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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