Html Css Color HEX #755460 Cosmic

📋 copy color: '#755460'

red 117 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #755460

Tints of Cosmic #755460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.28%

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

R = 39.39%
G = 28.28%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755460 (or 0x755460) is known color: Cosmic. HEX triplet: 75, 54 and 60. RGB value is (117,84,96). Sum of RGB (Red+Green+Blue) = 117+84+96=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #755460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755460 is #8AAB9F. Grayscale: #5F5F5F. Windows color (decimal): -9087904 or 6313077. OLE color: 6313077.

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

Color convert

RGB 117 84 96 -
CMYK 0 0.28 0.18 0.54
HSL 338.18º 0.16% 0.39% -
HSV(B) 338.18º 0.28% 0.46% -
XYZ 12.62 10.97 12.52 -
YUV 95.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 117 84 96 0 0.28 0.18 0.54 338.18 0.16 0.39
Hex 75 54 60 0 1C 12 36 152 10 27
Octal 165 124 140 0 34 22 66 522 20 47
Binary 1110101 1010100 1100000 0 11100 10010 110110 101010010 10000 100111

Color Harmonies of #755460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755460

Black with #755460

Text Example


Text Example

White with #755460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755460; }

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

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

background-color css

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

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

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

border-color css

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

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

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