Html Css Color HEX #724248 Tosca

📋 copy color: '#724248'

red 114 ◦ green 66 ◦ blue 72

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

Shades of Tosca #724248

Tints of Tosca #724248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 72 (28.52% from 255) = 28.57%

R = 45.24%
G = 26.19%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#724248 (or 0x724248) is known color: Tosca. HEX triplet: 72, 42 and 48. RGB value is (114,66,72). Sum of RGB (Red+Green+Blue) = 114+66+72=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 114 - color contains mainly: red. Hex color #724248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724248 is #8DBDB7. Grayscale: #515151. Windows color (decimal): -9289144 or 4735602. OLE color: 4735602.

HSL color Cylindrical-coordinate representation of color #724248: hue angle of 352.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724248 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 72 -
CMYK 0 0.42 0.37 0.55
HSL 352.5º 0.27% 0.35% -
HSV(B) 352.5º 0.42% 0.45% -
XYZ 10.06 7.94 7.13 -
YUV 81.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 114 66 72 0 0.42 0.37 0.55 352.5 0.27 0.35
Hex 72 42 48 0 2A 25 37 160 1B 23
Octal 162 102 110 0 52 45 67 540 33 43
Binary 1110010 1000010 1001000 0 101010 100101 110111 101100000 11011 100011

Color Harmonies of #724248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724248

Black with #724248

Text Example


Text Example

White with #724248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724248; }

 p { color: rgb(114,66,72); }

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

background-color css

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

 a { background-color: rgb(114,66,72); }

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

border-color css

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

 span { border-color: rgb(114,66,72); }

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