Html Css Color HEX #724346 Tosca

📋 copy color: '#724346'

red 114 ◦ green 67 ◦ blue 70

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

Shades of Tosca #724346

Tints of Tosca #724346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 45.42%
G = 26.69%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#724346 (or 0x724346) is known color: Tosca. HEX triplet: 72, 43 and 46. RGB value is (114,67,70). Sum of RGB (Red+Green+Blue) = 114+67+70=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #724346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724346 is #8DBCB9. Grayscale: #515151. Windows color (decimal): -9288890 or 4604786. OLE color: 4604786.

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

Color convert

RGB 114 67 70 -
CMYK 0 0.41 0.39 0.55
HSL 356.17º 0.26% 0.35% -
HSV(B) 356.17º 0.41% 0.45% -
XYZ 10.05 8.03 6.82 -
YUV 81.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 114 67 70 0 0.41 0.39 0.55 356.17 0.26 0.35
Hex 72 43 46 0 29 27 37 164 1A 23
Octal 162 103 106 0 51 47 67 544 32 43
Binary 1110010 1000011 1000110 0 101001 100111 110111 101100100 11010 100011

Color Harmonies of #724346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724346

Black with #724346

Text Example


Text Example

White with #724346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724346; }

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

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

background-color css

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

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

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

border-color css

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

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

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