Html Css Color HEX #755966 Cosmic

📋 copy color: '#755966'

red 117 ◦ green 89 ◦ blue 102

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

Shades of Cosmic #755966

Tints of Cosmic #755966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

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

R = 37.99%
G = 28.9%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#755966 (or 0x755966) is known color: Cosmic. HEX triplet: 75, 59 and 66. RGB value is (117,89,102). Sum of RGB (Red+Green+Blue) = 117+89+102=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #755966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755966 is #8AA699. Grayscale: #626262. Windows color (decimal): -9086618 or 6707573. OLE color: 6707573.

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

Color convert

RGB 117 89 102 -
CMYK 0 0.24 0.13 0.54
HSL 332.14º 0.14% 0.4% -
HSV(B) 332.14º 0.24% 0.46% -
XYZ 13.31 11.89 14.16 -
YUV 98.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 117 89 102 0 0.24 0.13 0.54 332.14 0.14 0.4
Hex 75 59 66 0 18 D 36 14C E 28
Octal 165 131 146 0 30 15 66 514 16 50
Binary 1110101 1011001 1100110 0 11000 1101 110110 101001100 1110 101000

Color Harmonies of #755966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755966

Black with #755966

Text Example


Text Example

White with #755966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755966; }

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

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

background-color css

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

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

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

border-color css

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

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

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