Html Css Color HEX #76424A Tosca

📋 copy color: '#76424A'

red 118 ◦ green 66 ◦ blue 74

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

Shades of Tosca #76424A

Tints of Tosca #76424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 45.74%
G = 25.58%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76424A (or 0x76424A) is known color: Tosca. HEX triplet: 76, 42 and 4A. RGB value is (118,66,74). Sum of RGB (Red+Green+Blue) = 118+66+74=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76424A is #89BDB5. Grayscale: #525252. Windows color (decimal): -9026998 or 4866678. OLE color: 4866678.

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

Color convert

RGB 118 66 74 -
CMYK 0 0.44 0.37 0.54
HSL 350.77º 0.28% 0.36% -
HSV(B) 350.77º 0.44% 0.46% -
XYZ 10.66 8.24 7.51 -
YUV 82.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 118 66 74 0 0.44 0.37 0.54 350.77 0.28 0.36
Hex 76 42 4A 0 2C 25 36 15F 1C 24
Octal 166 102 112 0 54 45 66 537 34 44
Binary 1110110 1000010 1001010 0 101100 100101 110110 101011111 11100 100100

Color Harmonies of #76424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76424A

Black with #76424A

Text Example


Text Example

White with #76424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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