Html Css Color HEX #764042 Tosca

📋 copy color: '#764042'

red 118 ◦ green 64 ◦ blue 66

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

Shades of Tosca #764042

Tints of Tosca #764042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 47.58%
G = 25.81%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764042 (or 0x764042) is known color: Tosca. HEX triplet: 76, 40 and 42. RGB value is (118,64,66). Sum of RGB (Red+Green+Blue) = 118+64+66=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #764042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764042 is #89BFBD. Grayscale: #505050. Windows color (decimal): -9027518 or 4341878. OLE color: 4341878.

HSL color Cylindrical-coordinate representation of color #764042: hue angle of 357.78º 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 #764042 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 66 -
CMYK 0 0.46 0.44 0.54
HSL 357.78º 0.3% 0.36% -
HSV(B) 357.78º 0.46% 0.46% -
XYZ 10.29 7.91 6.14 -
YUV 80.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 118 64 66 0 0.46 0.44 0.54 357.78 0.3 0.36
Hex 76 40 42 0 2E 2C 36 166 1E 24
Octal 166 100 102 0 56 54 66 546 36 44
Binary 1110110 1000000 1000010 0 101110 101100 110110 101100110 11110 100100

Color Harmonies of #764042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764042

Black with #764042

Text Example


Text Example

White with #764042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764042; }

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

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

background-color css

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

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

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

border-color css

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

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

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