Html Css Color HEX #76474B Tosca

📋 copy color: '#76474B'

red 118 ◦ green 71 ◦ blue 75

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

Shades of Tosca #76474B

Tints of Tosca #76474B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 44.7%
G = 26.89%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76474B (or 0x76474B) is known color: Tosca. HEX triplet: 76, 47 and 4B. RGB value is (118,71,75). Sum of RGB (Red+Green+Blue) = 118+71+75=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76474B is #89B8B4. Grayscale: #555555. Windows color (decimal): -9025717 or 4933494. OLE color: 4933494.

HSL color Cylindrical-coordinate representation of color #76474B: hue angle of 354.89º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76474B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 75 -
CMYK 0 0.40 0.36 0.54
HSL 354.89º 0.25% 0.37% -
HSV(B) 354.89º 0.4% 0.46% -
XYZ 10.99 8.87 7.79 -
YUV 85.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 118 71 75 0 0.40 0.36 0.54 354.89 0.25 0.37
Hex 76 47 4B 0 28 24 36 163 19 25
Octal 166 107 113 0 50 44 66 543 31 45
Binary 1110110 1000111 1001011 0 101000 100100 110110 101100011 11001 100101

Color Harmonies of #76474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76474B

Black with #76474B

Text Example


Text Example

White with #76474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76474B; }

 p { color: rgb(118,71,75); }

 H1.HeaderClassName
 {
   color: #76474B;
 }
 .AnyTagClassName
 {
   color: #76474B;
 }
</style>

background-color css

<style>
 a { background-color: #76474B; }

 a { background-color: rgb(118,71,75); }

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

border-color css

<style>
 span { border-color: #76474B; }

 span { border-color: rgb(118,71,75); }

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