Html Css Color HEX #764246 Tosca

📋 copy color: '#764246'

red 118 ◦ green 66 ◦ blue 70

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

Shades of Tosca #764246

Tints of Tosca #764246

RGB

 RED value IS 118 (46.48% from 255) = 46.46%

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

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

R = 46.46%
G = 25.98%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764246 (or 0x764246) is known color: Tosca. HEX triplet: 76, 42 and 46. RGB value is (118,66,70). Sum of RGB (Red+Green+Blue) = 118+66+70=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764246 is #89BDB9. Grayscale: #525252. Windows color (decimal): -9027002 or 4604534. OLE color: 4604534.

HSL color Cylindrical-coordinate representation of color #764246: hue angle of 355.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764246 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 66 70 -
CMYK 0 0.44 0.41 0.54
HSL 355.38º 0.28% 0.36% -
HSV(B) 355.38º 0.44% 0.46% -
XYZ 10.52 8.19 6.82 -
YUV 82 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 118 66 70 0 0.44 0.41 0.54 355.38 0.28 0.36
Hex 76 42 46 0 2C 29 36 163 1C 24
Octal 166 102 106 0 54 51 66 543 34 44
Binary 1110110 1000010 1000110 0 101100 101001 110110 101100011 11100 100100

Color Harmonies of #764246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764246

Black with #764246

Text Example


Text Example

White with #764246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764246; }

 p { color: rgb(118,66,70); }

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

background-color css

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

 a { background-color: rgb(118,66,70); }

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

border-color css

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

 span { border-color: rgb(118,66,70); }

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