Html Css Color HEX #75484C Tosca

📋 copy color: '#75484C'

red 117 ◦ green 72 ◦ blue 76

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

Shades of Tosca #75484C

Tints of Tosca #75484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 44.15%
G = 27.17%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75484C (or 0x75484C) is known color: Tosca. HEX triplet: 75, 48 and 4C. RGB value is (117,72,76). Sum of RGB (Red+Green+Blue) = 117+72+76=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75484C is #8AB7B3. Grayscale: #555555. Windows color (decimal): -9090996 or 4999285. OLE color: 4999285.

HSL color Cylindrical-coordinate representation of color #75484C: hue angle of 354.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 #75484C is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 76 -
CMYK 0 0.38 0.35 0.54
HSL 354.67º 0.24% 0.37% -
HSV(B) 354.67º 0.38% 0.46% -
XYZ 10.96 8.94 7.99 -
YUV 85.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 117 72 76 0 0.38 0.35 0.54 354.67 0.24 0.37
Hex 75 48 4C 0 26 23 36 163 18 25
Octal 165 110 114 0 46 43 66 543 30 45
Binary 1110101 1001000 1001100 0 100110 100011 110110 101100011 11000 100101

Color Harmonies of #75484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75484C

Black with #75484C

Text Example


Text Example

White with #75484C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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