Html Css Color HEX #755760 Cosmic

📋 copy color: '#755760'

red 117 ◦ green 87 ◦ blue 96

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

Shades of Cosmic #755760

Tints of Cosmic #755760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

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

R = 39%
G = 29%
B = 32%

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

#755760 (or 0x755760) is known color: Cosmic. HEX triplet: 75, 57 and 60. RGB value is (117,87,96). Sum of RGB (Red+Green+Blue) = 117+87+96=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755760 is #8AA89F. Grayscale: #606060. Windows color (decimal): -9087136 or 6313845. OLE color: 6313845.

HSL color Cylindrical-coordinate representation of color #755760: hue angle of 342º 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 #755760 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 96 -
CMYK 0 0.26 0.18 0.54
HSL 342º 0.15% 0.4% -
HSV(B) 342º 0.26% 0.46% -
XYZ 12.86 11.44 12.6 -
YUV 97 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 117 87 96 0 0.26 0.18 0.54 342 0.15 0.4
Hex 75 57 60 0 1A 12 36 156 F 28
Octal 165 127 140 0 32 22 66 526 17 50
Binary 1110101 1010111 1100000 0 11010 10010 110110 101010110 1111 101000

Color Harmonies of #755760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755760

Black with #755760

Text Example


Text Example

White with #755760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755760; }

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

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

background-color css

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

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

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

border-color css

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

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

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