Html Css Color HEX #764142 Tosca

📋 copy color: '#764142'

red 118 ◦ green 65 ◦ blue 66

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

Shades of Tosca #764142

Tints of Tosca #764142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

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

R = 47.39%
G = 26.1%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764142 (or 0x764142) is known color: Tosca. HEX triplet: 76, 41 and 42. RGB value is (118,65,66). Sum of RGB (Red+Green+Blue) = 118+65+66=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #764142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764142 is #89BEBD. Grayscale: #515151. Windows color (decimal): -9027262 or 4342134. OLE color: 4342134.

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

Color convert

RGB 118 65 66 -
CMYK 0 0.45 0.44 0.54
HSL 358.87º 0.29% 0.36% -
HSV(B) 358.87º 0.45% 0.46% -
XYZ 10.34 8.03 6.16 -
YUV 80.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 118 65 66 0 0.45 0.44 0.54 358.87 0.29 0.36
Hex 76 41 42 0 2D 2C 36 167 1D 24
Octal 166 101 102 0 55 54 66 547 35 44
Binary 1110110 1000001 1000010 0 101101 101100 110110 101100111 11101 100100

Color Harmonies of #764142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764142

Black with #764142

Text Example


Text Example

White with #764142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764142; }

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

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

background-color css

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

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

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

border-color css

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

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

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