Html Css Color HEX #755063 Cosmic

📋 copy color: '#755063'

red 117 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #755063

Tints of Cosmic #755063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 39.53%
G = 27.03%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755063 (or 0x755063) is known color: Cosmic. HEX triplet: 75, 50 and 63. RGB value is (117,80,99). Sum of RGB (Red+Green+Blue) = 117+80+99=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755063 is #8AAF9C. Grayscale: #5D5D5D. Windows color (decimal): -9088925 or 6508661. OLE color: 6508661.

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

Color convert

RGB 117 80 99 -
CMYK 0 0.32 0.15 0.54
HSL 329.19º 0.19% 0.39% -
HSV(B) 329.19º 0.32% 0.46% -
XYZ 12.46 10.42 13.16 -
YUV 93.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 117 80 99 0 0.32 0.15 0.54 329.19 0.19 0.39
Hex 75 50 63 0 20 F 36 149 13 27
Octal 165 120 143 0 40 17 66 511 23 47
Binary 1110101 1010000 1100011 0 100000 1111 110110 101001001 10011 100111

Color Harmonies of #755063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755063

Black with #755063

Text Example


Text Example

White with #755063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755063; }

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

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

background-color css

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

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

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

border-color css

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

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

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