Html Css Color HEX #764046 Tosca

📋 copy color: '#764046'

red 118 ◦ green 64 ◦ blue 70

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

Shades of Tosca #764046

Tints of Tosca #764046

RGB

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

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

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

R = 46.83%
G = 25.4%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764046 (or 0x764046) is known color: Tosca. HEX triplet: 76, 40 and 46. RGB value is (118,64,70). Sum of RGB (Red+Green+Blue) = 118+64+70=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764046 is #89BFB9. Grayscale: #505050. Windows color (decimal): -9027514 or 4604022. OLE color: 4604022.

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

Color convert

RGB 118 64 70 -
CMYK 0 0.46 0.41 0.54
HSL 353.33º 0.3% 0.36% -
HSV(B) 353.33º 0.46% 0.46% -
XYZ 10.41 7.96 6.78 -
YUV 80.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 118 64 70 0 0.46 0.41 0.54 353.33 0.3 0.36
Hex 76 40 46 0 2E 29 36 161 1E 24
Octal 166 100 106 0 56 51 66 541 36 44
Binary 1110110 1000000 1000110 0 101110 101001 110110 101100001 11110 100100

Color Harmonies of #764046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764046

Black with #764046

Text Example


Text Example

White with #764046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764046; }

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

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

background-color css

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

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

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

border-color css

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

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

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