Html Css Color HEX #76454A Tosca

📋 copy color: '#76454A'

red 118 ◦ green 69 ◦ blue 74

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

Shades of Tosca #76454A

Tints of Tosca #76454A

RGB

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

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

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

R = 45.21%
G = 26.44%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76454A (or 0x76454A) is known color: Tosca. HEX triplet: 76, 45 and 4A. RGB value is (118,69,74). Sum of RGB (Red+Green+Blue) = 118+69+74=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76454A is #89BAB5. Grayscale: #545454. Windows color (decimal): -9026230 or 4867446. OLE color: 4867446.

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

Color convert

RGB 118 69 74 -
CMYK 0 0.42 0.37 0.54
HSL 353.88º 0.26% 0.37% -
HSV(B) 353.88º 0.42% 0.46% -
XYZ 10.84 8.6 7.57 -
YUV 84.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 118 69 74 0 0.42 0.37 0.54 353.88 0.26 0.37
Hex 76 45 4A 0 2A 25 36 162 1A 25
Octal 166 105 112 0 52 45 66 542 32 45
Binary 1110110 1000101 1001010 0 101010 100101 110110 101100010 11010 100101

Color Harmonies of #76454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76454A

Black with #76454A

Text Example


Text Example

White with #76454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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