Html Css Color HEX #76474E Tosca

📋 copy color: '#76474E'

red 118 ◦ green 71 ◦ blue 78

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

Shades of Tosca #76474E

Tints of Tosca #76474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 78 (30.86% from 255) = 29.21%

R = 44.19%
G = 26.59%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#76474E (or 0x76474E) is known color: Tosca. HEX triplet: 76, 47 and 4E. RGB value is (118,71,78). Sum of RGB (Red+Green+Blue) = 118+71+78=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76474E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76474E is #89B8B1. Grayscale: #555555. Windows color (decimal): -9025714 or 5130102. OLE color: 5130102.

HSL color Cylindrical-coordinate representation of color #76474E: hue angle of 351.06º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76474E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 78 -
CMYK 0 0.40 0.34 0.54
HSL 351.06º 0.25% 0.37% -
HSV(B) 351.06º 0.4% 0.46% -
XYZ 11.1 8.91 8.34 -
YUV 85.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 118 71 78 0 0.40 0.34 0.54 351.06 0.25 0.37
Hex 76 47 4E 0 28 22 36 15F 19 25
Octal 166 107 116 0 50 42 66 537 31 45
Binary 1110110 1000111 1001110 0 101000 100010 110110 101011111 11001 100101

Color Harmonies of #76474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76474E

Black with #76474E

Text Example


Text Example

White with #76474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76474E; }

 p { color: rgb(118,71,78); }

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

background-color css

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

 a { background-color: rgb(118,71,78); }

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

border-color css

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

 span { border-color: rgb(118,71,78); }

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