Html Css Color HEX #755360 Cosmic

📋 copy color: '#755360'

red 117 ◦ green 83 ◦ blue 96

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

Shades of Cosmic #755360

Tints of Cosmic #755360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

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

R = 39.53%
G = 28.04%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755360 (or 0x755360) is known color: Cosmic. HEX triplet: 75, 53 and 60. RGB value is (117,83,96). Sum of RGB (Red+Green+Blue) = 117+83+96=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755360 is #8AAC9F. Grayscale: #5E5E5E. Windows color (decimal): -9088160 or 6312821. OLE color: 6312821.

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

Color convert

RGB 117 83 96 -
CMYK 0 0.29 0.18 0.54
HSL 337.06º 0.17% 0.39% -
HSV(B) 337.06º 0.29% 0.46% -
XYZ 12.54 10.81 12.49 -
YUV 94.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 117 83 96 0 0.29 0.18 0.54 337.06 0.17 0.39
Hex 75 53 60 0 1D 12 36 151 11 27
Octal 165 123 140 0 35 22 66 521 21 47
Binary 1110101 1010011 1100000 0 11101 10010 110110 101010001 10001 100111

Color Harmonies of #755360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755360

Black with #755360

Text Example


Text Example

White with #755360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755360; }

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

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

background-color css

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

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

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

border-color css

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

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

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