Html Css Color HEX #75484E Tosca

📋 copy color: '#75484E'

red 117 ◦ green 72 ◦ blue 78

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

Shades of Tosca #75484E

Tints of Tosca #75484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.21%

R = 43.82%
G = 26.97%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#75484E (or 0x75484E) is known color: Tosca. HEX triplet: 75, 48 and 4E. RGB value is (117,72,78). Sum of RGB (Red+Green+Blue) = 117+72+78=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #75484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75484E is #8AB7B1. Grayscale: #565656. Windows color (decimal): -9090994 or 5130357. OLE color: 5130357.

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

Color convert

RGB 117 72 78 -
CMYK 0 0.38 0.33 0.54
HSL 352º 0.24% 0.37% -
HSV(B) 352º 0.38% 0.46% -
XYZ 11.03 8.97 8.36 -
YUV 86.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 117 72 78 0 0.38 0.33 0.54 352 0.24 0.37
Hex 75 48 4E 0 26 21 36 160 18 25
Octal 165 110 116 0 46 41 66 540 30 45
Binary 1110101 1001000 1001110 0 100110 100001 110110 101100000 11000 100101

Color Harmonies of #75484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75484E

Black with #75484E

Text Example


Text Example

White with #75484E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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