Html Css Color HEX #764446 Tosca

📋 copy color: '#764446'

red 118 ◦ green 68 ◦ blue 70

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

Shades of Tosca #764446

Tints of Tosca #764446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 46.09%
G = 26.56%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764446 (or 0x764446) is known color: Tosca. HEX triplet: 76, 44 and 46. RGB value is (118,68,70). Sum of RGB (Red+Green+Blue) = 118+68+70=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764446 is #89BBB9. Grayscale: #535353. Windows color (decimal): -9026490 or 4605046. OLE color: 4605046.

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

Color convert

RGB 118 68 70 -
CMYK 0 0.42 0.41 0.54
HSL 357.6º 0.27% 0.36% -
HSV(B) 357.6º 0.42% 0.46% -
XYZ 10.64 8.43 6.86 -
YUV 83.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 118 68 70 0 0.42 0.41 0.54 357.6 0.27 0.36
Hex 76 44 46 0 2A 29 36 166 1B 24
Octal 166 104 106 0 52 51 66 546 33 44
Binary 1110110 1000100 1000110 0 101010 101001 110110 101100110 11011 100100

Color Harmonies of #764446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764446

Black with #764446

Text Example


Text Example

White with #764446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764446; }

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

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

background-color css

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

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

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

border-color css

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

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

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