Html Css Color HEX #76454C Tosca

📋 copy color: '#76454C'

red 118 ◦ green 69 ◦ blue 76

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

Shades of Tosca #76454C

Tints of Tosca #76454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 44.87%
G = 26.24%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76454C (or 0x76454C) is known color: Tosca. HEX triplet: 76, 45 and 4C. RGB value is (118,69,76). Sum of RGB (Red+Green+Blue) = 118+69+76=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76454C is #89BAB3. Grayscale: #545454. Windows color (decimal): -9026228 or 4998518. OLE color: 4998518.

HSL color Cylindrical-coordinate representation of color #76454C: hue angle of 351.43º 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 #76454C is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 76 -
CMYK 0 0.42 0.36 0.54
HSL 351.43º 0.26% 0.37% -
HSV(B) 351.43º 0.42% 0.46% -
XYZ 10.9 8.63 7.93 -
YUV 84.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 118 69 76 0 0.42 0.36 0.54 351.43 0.26 0.37
Hex 76 45 4C 0 2A 24 36 15F 1A 25
Octal 166 105 114 0 52 44 66 537 32 45
Binary 1110110 1000101 1001100 0 101010 100100 110110 101011111 11010 100101

Color Harmonies of #76454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76454C

Black with #76454C

Text Example


Text Example

White with #76454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76454C; }

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

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

background-color css

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

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

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

border-color css

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

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

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