Html Css Color HEX #755564 Cosmic

📋 copy color: '#755564'

red 117 ◦ green 85 ◦ blue 100

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

Shades of Cosmic #755564

Tints of Cosmic #755564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 38.74%
G = 28.15%
B = 33.11%

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

#755564 (or 0x755564) is known color: Cosmic. HEX triplet: 75, 55 and 64. RGB value is (117,85,100). Sum of RGB (Red+Green+Blue) = 117+85+100=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755564 is #8AAA9B. Grayscale: #606060. Windows color (decimal): -9087644 or 6575477. OLE color: 6575477.

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

Color convert

RGB 117 85 100 -
CMYK 0 0.27 0.15 0.54
HSL 331.88º 0.16% 0.4% -
HSV(B) 331.88º 0.27% 0.46% -
XYZ 12.88 11.2 13.54 -
YUV 96.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 117 85 100 0 0.27 0.15 0.54 331.88 0.16 0.4
Hex 75 55 64 0 1B F 36 14C 10 28
Octal 165 125 144 0 33 17 66 514 20 50
Binary 1110101 1010101 1100100 0 11011 1111 110110 101001100 10000 101000

Color Harmonies of #755564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755564

Black with #755564

Text Example


Text Example

White with #755564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755564; }

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

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

background-color css

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

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

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

border-color css

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

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

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