Html Css Color HEX #72494A Tosca

📋 copy color: '#72494A'

red 114 ◦ green 73 ◦ blue 74

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

Shades of Tosca #72494A

Tints of Tosca #72494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.35%

R = 43.68%
G = 27.97%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72494A (or 0x72494A) is known color: Tosca. HEX triplet: 72, 49 and 4A. RGB value is (114,73,74). Sum of RGB (Red+Green+Blue) = 114+73+74=261 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.68% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 114 - color contains mainly: red. Hex color #72494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72494A is #8DB6B5. Grayscale: #555555. Windows color (decimal): -9287350 or 4868466. OLE color: 4868466.

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

Color convert

RGB 114 73 74 -
CMYK 0 0.36 0.35 0.55
HSL 358.54º 0.22% 0.37% -
HSV(B) 358.54º 0.36% 0.45% -
XYZ 10.56 8.84 7.63 -
YUV 85.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 114 73 74 0 0.36 0.35 0.55 358.54 0.22 0.37
Hex 72 49 4A 0 24 23 37 167 16 25
Octal 162 111 112 0 44 43 67 547 26 45
Binary 1110010 1001001 1001010 0 100100 100011 110111 101100111 10110 100101

Color Harmonies of #72494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72494A

Black with #72494A

Text Example


Text Example

White with #72494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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