Html Css Color HEX #724546 Tosca

📋 copy color: '#724546'

red 114 ◦ green 69 ◦ blue 70

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

Shades of Tosca #724546

Tints of Tosca #724546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

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

R = 45.06%
G = 27.27%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#724546 (or 0x724546) is known color: Tosca. HEX triplet: 72, 45 and 46. RGB value is (114,69,70). Sum of RGB (Red+Green+Blue) = 114+69+70=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #724546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724546 is #8DBAB9. Grayscale: #525252. Windows color (decimal): -9288378 or 4605298. OLE color: 4605298.

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

Color convert

RGB 114 69 70 -
CMYK 0 0.39 0.39 0.55
HSL 358.67º 0.25% 0.36% -
HSV(B) 358.67º 0.39% 0.45% -
XYZ 10.17 8.28 6.86 -
YUV 82.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 114 69 70 0 0.39 0.39 0.55 358.67 0.25 0.36
Hex 72 45 46 0 27 27 37 167 19 24
Octal 162 105 106 0 47 47 67 547 31 44
Binary 1110010 1000101 1000110 0 100111 100111 110111 101100111 11001 100100

Color Harmonies of #724546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724546

Black with #724546

Text Example


Text Example

White with #724546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724546; }

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

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

background-color css

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

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

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

border-color css

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

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

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