Html Css Color HEX #755660 Cosmic

📋 copy color: '#755660'

red 117 ◦ green 86 ◦ blue 96

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

Shades of Cosmic #755660

Tints of Cosmic #755660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.76%

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

R = 39.13%
G = 28.76%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755660 (or 0x755660) is known color: Cosmic. HEX triplet: 75, 56 and 60. RGB value is (117,86,96). Sum of RGB (Red+Green+Blue) = 117+86+96=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755660 is #8AA99F. Grayscale: #606060. Windows color (decimal): -9087392 or 6313589. OLE color: 6313589.

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

Color convert

RGB 117 86 96 -
CMYK 0 0.26 0.18 0.54
HSL 340.65º 0.15% 0.4% -
HSV(B) 340.65º 0.26% 0.46% -
XYZ 12.78 11.28 12.57 -
YUV 96.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 117 86 96 0 0.26 0.18 0.54 340.65 0.15 0.4
Hex 75 56 60 0 1A 12 36 155 F 28
Octal 165 126 140 0 32 22 66 525 17 50
Binary 1110101 1010110 1100000 0 11010 10010 110110 101010101 1111 101000

Color Harmonies of #755660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755660

Black with #755660

Text Example


Text Example

White with #755660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755660; }

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

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

background-color css

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

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

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

border-color css

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

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

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