Html Css Color HEX #764546 Tosca

📋 copy color: '#764546'

red 118 ◦ green 69 ◦ blue 70

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

Shades of Tosca #764546

Tints of Tosca #764546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 45.91%
G = 26.85%
B = 27.24%

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

#764546 (or 0x764546) is known color: Tosca. HEX triplet: 76, 45 and 46. RGB value is (118,69,70). Sum of RGB (Red+Green+Blue) = 118+69+70=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #764546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764546 is #89BAB9. Grayscale: #535353. Windows color (decimal): -9026234 or 4605302. OLE color: 4605302.

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

Color convert

RGB 118 69 70 -
CMYK 0 0.42 0.41 0.54
HSL 358.78º 0.26% 0.37% -
HSV(B) 358.78º 0.42% 0.46% -
XYZ 10.7 8.55 6.88 -
YUV 83.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 118 69 70 0 0.42 0.41 0.54 358.78 0.26 0.37
Hex 76 45 46 0 2A 29 36 167 1A 25
Octal 166 105 106 0 52 51 66 547 32 45
Binary 1110110 1000101 1000110 0 101010 101001 110110 101100111 11010 100101

Color Harmonies of #764546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764546

Black with #764546

Text Example


Text Example

White with #764546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764546; }

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

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

background-color css

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

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

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

border-color css

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

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

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