Html Css Color HEX #76464A Tosca

📋 copy color: '#76464A'

red 118 ◦ green 70 ◦ blue 74

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

Shades of Tosca #76464A

Tints of Tosca #76464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 45.04%
G = 26.72%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76464A (or 0x76464A) is known color: Tosca. HEX triplet: 76, 46 and 4A. RGB value is (118,70,74). Sum of RGB (Red+Green+Blue) = 118+70+74=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76464A is #89B9B5. Grayscale: #545454. Windows color (decimal): -9025974 or 4867702. OLE color: 4867702.

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

Color convert

RGB 118 70 74 -
CMYK 0 0.41 0.37 0.54
HSL 355º 0.26% 0.37% -
HSV(B) 355º 0.41% 0.46% -
XYZ 10.9 8.73 7.59 -
YUV 84.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 118 70 74 0 0.41 0.37 0.54 355 0.26 0.37
Hex 76 46 4A 0 29 25 36 163 1A 25
Octal 166 106 112 0 51 45 66 543 32 45
Binary 1110110 1000110 1001010 0 101001 100101 110110 101100011 11010 100101

Color Harmonies of #76464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76464A

Black with #76464A

Text Example


Text Example

White with #76464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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