Html Css Color HEX #724244 Tosca

📋 copy color: '#724244'

red 114 ◦ green 66 ◦ blue 68

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

Shades of Tosca #724244

Tints of Tosca #724244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.42%

R = 45.97%
G = 26.61%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#724244 (or 0x724244) is known color: Tosca. HEX triplet: 72, 42 and 44. RGB value is (114,66,68). Sum of RGB (Red+Green+Blue) = 114+66+68=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 68 (26.95% from 255 or 27.42% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #724244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724244 is #8DBDBB. Grayscale: #505050. Windows color (decimal): -9289148 or 4473458. OLE color: 4473458.

HSL color Cylindrical-coordinate representation of color #724244: hue angle of 357.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 #724244 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 68 -
CMYK 0 0.42 0.40 0.55
HSL 357.5º 0.27% 0.35% -
HSV(B) 357.5º 0.42% 0.45% -
XYZ 9.93 7.89 6.47 -
YUV 80.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 114 66 68 0 0.42 0.40 0.55 357.5 0.27 0.35
Hex 72 42 44 0 2A 28 37 166 1B 23
Octal 162 102 104 0 52 50 67 546 33 43
Binary 1110010 1000010 1000100 0 101010 101000 110111 101100110 11011 100011

Color Harmonies of #724244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724244

Black with #724244

Text Example


Text Example

White with #724244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724244; }

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

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

background-color css

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

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

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

border-color css

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

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

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