Html Css Color HEX #76444C Tosca

📋 copy color: '#76444C'

red 118 ◦ green 68 ◦ blue 76

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

Shades of Tosca #76444C

Tints of Tosca #76444C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 45.04%
G = 25.95%
B = 29.01%

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

#76444C (or 0x76444C) is known color: Tosca. HEX triplet: 76, 44 and 4C. RGB value is (118,68,76). Sum of RGB (Red+Green+Blue) = 118+68+76=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76444C is #89BBB3. Grayscale: #535353. Windows color (decimal): -9026484 or 4998262. OLE color: 4998262.

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

Color convert

RGB 118 68 76 -
CMYK 0 0.42 0.36 0.54
HSL 350.4º 0.27% 0.36% -
HSV(B) 350.4º 0.42% 0.46% -
XYZ 10.84 8.51 7.91 -
YUV 83.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 118 68 76 0 0.42 0.36 0.54 350.4 0.27 0.36
Hex 76 44 4C 0 2A 24 36 15E 1B 24
Octal 166 104 114 0 52 44 66 536 33 44
Binary 1110110 1000100 1001100 0 101010 100100 110110 101011110 11011 100100

Color Harmonies of #76444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76444C

Black with #76444C

Text Example


Text Example

White with #76444C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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