Html Css Color HEX #75474C Tosca

📋 copy color: '#75474C'

red 117 ◦ green 71 ◦ blue 76

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

Shades of Tosca #75474C

Tints of Tosca #75474C

RGB

 RED value IS 117 (46.09% from 255) = 44.32%

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

 BLUE value IS 76 (30.08% from 255) = 28.79%

R = 44.32%
G = 26.89%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75474C (or 0x75474C) is known color: Tosca. HEX triplet: 75, 47 and 4C. RGB value is (117,71,76). Sum of RGB (Red+Green+Blue) = 117+71+76=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75474C is #8AB8B3. Grayscale: #555555. Windows color (decimal): -9091252 or 4999029. OLE color: 4999029.

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

Color convert

RGB 117 71 76 -
CMYK 0 0.39 0.35 0.54
HSL 353.48º 0.24% 0.37% -
HSV(B) 353.48º 0.39% 0.46% -
XYZ 10.89 8.81 7.96 -
YUV 85.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 117 71 76 0 0.39 0.35 0.54 353.48 0.24 0.37
Hex 75 47 4C 0 27 23 36 161 18 25
Octal 165 107 114 0 47 43 66 541 30 45
Binary 1110101 1000111 1001100 0 100111 100011 110110 101100001 11000 100101

Color Harmonies of #75474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75474C

Black with #75474C

Text Example


Text Example

White with #75474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75474C; }

 p { color: rgb(117,71,76); }

 H1.HeaderClassName
 {
   color: #75474C;
 }
 .AnyTagClassName
 {
   color: #75474C;
 }
</style>

background-color css

<style>
 a { background-color: #75474C; }

 a { background-color: rgb(117,71,76); }

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

border-color css

<style>
 span { border-color: #75474C; }

 span { border-color: rgb(117,71,76); }

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