Html Css Color HEX #764041 Tosca

📋 copy color: '#764041'

red 118 ◦ green 64 ◦ blue 65

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

Shades of Tosca #764041

Tints of Tosca #764041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.32%

R = 47.77%
G = 25.91%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#764041 (or 0x764041) is known color: Tosca. HEX triplet: 76, 40 and 41. RGB value is (118,64,65). Sum of RGB (Red+Green+Blue) = 118+64+65=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 65 (25.78% from 255 or 26.32% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #764041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764041 is #89BFBE. Grayscale: #505050. Windows color (decimal): -9027519 or 4276342. OLE color: 4276342.

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

Color convert

RGB 118 64 65 -
CMYK 0 0.46 0.45 0.54
HSL 358.89º 0.3% 0.36% -
HSV(B) 358.89º 0.46% 0.46% -
XYZ 10.26 7.9 5.99 -
YUV 80.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 118 64 65 0 0.46 0.45 0.54 358.89 0.3 0.36
Hex 76 40 41 0 2E 2D 36 167 1E 24
Octal 166 100 101 0 56 55 66 547 36 44
Binary 1110110 1000000 1000001 0 101110 101101 110110 101100111 11110 100100

Color Harmonies of #764041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764041

Black with #764041

Text Example


Text Example

White with #764041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764041; }

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

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

background-color css

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

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

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

border-color css

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

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

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