Html Css Color HEX #755560 Cosmic

📋 copy color: '#755560'

red 117 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #755560

Tints of Cosmic #755560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 39.26%
G = 28.52%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755560 (or 0x755560) is known color: Cosmic. HEX triplet: 75, 55 and 60. RGB value is (117,85,96). Sum of RGB (Red+Green+Blue) = 117+85+96=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755560 is #8AAA9F. Grayscale: #5F5F5F. Windows color (decimal): -9087648 or 6313333. OLE color: 6313333.

HSL color Cylindrical-coordinate representation of color #755560: hue angle of 339.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755560 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 96 -
CMYK 0 0.27 0.18 0.54
HSL 339.38º 0.16% 0.4% -
HSV(B) 339.38º 0.27% 0.46% -
XYZ 12.7 11.12 12.54 -
YUV 95.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 117 85 96 0 0.27 0.18 0.54 339.38 0.16 0.4
Hex 75 55 60 0 1B 12 36 153 10 28
Octal 165 125 140 0 33 22 66 523 20 50
Binary 1110101 1010101 1100000 0 11011 10010 110110 101010011 10000 101000

Color Harmonies of #755560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755560

Black with #755560

Text Example


Text Example

White with #755560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755560; }

 p { color: rgb(117,85,96); }

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

background-color css

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

 a { background-color: rgb(117,85,96); }

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

border-color css

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

 span { border-color: rgb(117,85,96); }

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