Html Css Color HEX #724046 Tosca

📋 copy color: '#724046'

red 114 ◦ green 64 ◦ blue 70

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

Shades of Tosca #724046

Tints of Tosca #724046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

 BLUE value IS 70 (27.73% from 255) = 28.23%

R = 45.97%
G = 25.81%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#724046 (or 0x724046) is known color: Tosca. HEX triplet: 72, 40 and 46. RGB value is (114,64,70). Sum of RGB (Red+Green+Blue) = 114+64+70=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #724046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724046 is #8DBFB9. Grayscale: #4F4F4F. Windows color (decimal): -9289658 or 4604018. OLE color: 4604018.

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

Color convert

RGB 114 64 70 -
CMYK 0 0.44 0.39 0.55
HSL 352.8º 0.28% 0.35% -
HSV(B) 352.8º 0.44% 0.45% -
XYZ 9.88 7.69 6.76 -
YUV 79.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 114 64 70 0 0.44 0.39 0.55 352.8 0.28 0.35
Hex 72 40 46 0 2C 27 37 161 1C 23
Octal 162 100 106 0 54 47 67 541 34 43
Binary 1110010 1000000 1000110 0 101100 100111 110111 101100001 11100 100011

Color Harmonies of #724046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724046

Black with #724046

Text Example


Text Example

White with #724046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724046; }

 p { color: rgb(114,64,70); }

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

background-color css

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

 a { background-color: rgb(114,64,70); }

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

border-color css

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

 span { border-color: rgb(114,64,70); }

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