Html Css Color HEX #755566 Cosmic

📋 copy color: '#755566'

red 117 ◦ green 85 ◦ blue 102

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

Shades of Cosmic #755566

Tints of Cosmic #755566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 38.49%
G = 27.96%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#755566 (or 0x755566) is known color: Cosmic. HEX triplet: 75, 55 and 66. RGB value is (117,85,102). Sum of RGB (Red+Green+Blue) = 117+85+102=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755566 is #8AAA99. Grayscale: #606060. Windows color (decimal): -9087642 or 6706549. OLE color: 6706549.

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

Color convert

RGB 117 85 102 -
CMYK 0 0.27 0.13 0.54
HSL 328.13º 0.16% 0.4% -
HSV(B) 328.13º 0.27% 0.46% -
XYZ 12.98 11.24 14.06 -
YUV 96.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 117 85 102 0 0.27 0.13 0.54 328.13 0.16 0.4
Hex 75 55 66 0 1B D 36 148 10 28
Octal 165 125 146 0 33 15 66 510 20 50
Binary 1110101 1010101 1100110 0 11011 1101 110110 101001000 10000 101000

Color Harmonies of #755566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755566

Black with #755566

Text Example


Text Example

White with #755566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755566; }

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

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

background-color css

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

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

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

border-color css

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

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

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