Html Css Color HEX #755060 Cosmic

📋 copy color: '#755060'

red 117 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #755060

Tints of Cosmic #755060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

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

R = 39.93%
G = 27.3%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755060 (or 0x755060) is known color: Cosmic. HEX triplet: 75, 50 and 60. RGB value is (117,80,96). Sum of RGB (Red+Green+Blue) = 117+80+96=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755060 is #8AAF9F. Grayscale: #5C5C5C. Windows color (decimal): -9088928 or 6312053. OLE color: 6312053.

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

Color convert

RGB 117 80 96 -
CMYK 0 0.32 0.18 0.54
HSL 334.05º 0.19% 0.39% -
HSV(B) 334.05º 0.32% 0.46% -
XYZ 12.32 10.36 12.42 -
YUV 92.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 117 80 96 0 0.32 0.18 0.54 334.05 0.19 0.39
Hex 75 50 60 0 20 12 36 14E 13 27
Octal 165 120 140 0 40 22 66 516 23 47
Binary 1110101 1010000 1100000 0 100000 10010 110110 101001110 10011 100111

Color Harmonies of #755060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755060

Black with #755060

Text Example


Text Example

White with #755060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755060; }

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

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

background-color css

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

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

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

border-color css

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

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

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