Html Css Color HEX #76494A Tosca

📋 copy color: '#76494A'

red 118 ◦ green 73 ◦ blue 74

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

Shades of Tosca #76494A

Tints of Tosca #76494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 44.53%
G = 27.55%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76494A (or 0x76494A) is known color: Tosca. HEX triplet: 76, 49 and 4A. RGB value is (118,73,74). Sum of RGB (Red+Green+Blue) = 118+73+74=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76494A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76494A is #89B6B5. Grayscale: #565656. Windows color (decimal): -9025206 or 4868470. OLE color: 4868470.

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

Color convert

RGB 118 73 74 -
CMYK 0 0.38 0.37 0.54
HSL 358.67º 0.24% 0.37% -
HSV(B) 358.67º 0.38% 0.46% -
XYZ 11.09 9.11 7.65 -
YUV 86.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 118 73 74 0 0.38 0.37 0.54 358.67 0.24 0.37
Hex 76 49 4A 0 26 25 36 167 18 25
Octal 166 111 112 0 46 45 66 547 30 45
Binary 1110110 1001001 1001010 0 100110 100101 110110 101100111 11000 100101

Color Harmonies of #76494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76494A

Black with #76494A

Text Example


Text Example

White with #76494A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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