Html Css Color HEX #755563 Cosmic

📋 copy color: '#755563'

red 117 ◦ green 85 ◦ blue 99

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

Shades of Cosmic #755563

Tints of Cosmic #755563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

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

R = 38.87%
G = 28.24%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755563 (or 0x755563) is known color: Cosmic. HEX triplet: 75, 55 and 63. RGB value is (117,85,99). Sum of RGB (Red+Green+Blue) = 117+85+99=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755563 is #8AAA9C. Grayscale: #606060. Windows color (decimal): -9087645 or 6509941. OLE color: 6509941.

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

Color convert

RGB 117 85 99 -
CMYK 0 0.27 0.15 0.54
HSL 333.75º 0.16% 0.4% -
HSV(B) 333.75º 0.27% 0.46% -
XYZ 12.84 11.18 13.29 -
YUV 96.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 117 85 99 0 0.27 0.15 0.54 333.75 0.16 0.4
Hex 75 55 63 0 1B F 36 14E 10 28
Octal 165 125 143 0 33 17 66 516 20 50
Binary 1110101 1010101 1100011 0 11011 1111 110110 101001110 10000 101000

Color Harmonies of #755563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755563

Black with #755563

Text Example


Text Example

White with #755563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755563; }

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

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

background-color css

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

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

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

border-color css

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

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

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