Html Css Color HEX #755561 Cosmic

📋 copy color: '#755561'

red 117 ◦ green 85 ◦ blue 97

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

Shades of Cosmic #755561

Tints of Cosmic #755561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 39.13%
G = 28.43%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#755561 (or 0x755561) is known color: Cosmic. HEX triplet: 75, 55 and 61. RGB value is (117,85,97). Sum of RGB (Red+Green+Blue) = 117+85+97=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755561 is #8AAA9E. Grayscale: #5F5F5F. Windows color (decimal): -9087647 or 6378869. OLE color: 6378869.

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

Color convert

RGB 117 85 97 -
CMYK 0 0.27 0.17 0.54
HSL 337.5º 0.16% 0.4% -
HSV(B) 337.5º 0.27% 0.46% -
XYZ 12.74 11.14 12.79 -
YUV 95.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 117 85 97 0 0.27 0.17 0.54 337.5 0.16 0.4
Hex 75 55 61 0 1B 11 36 152 10 28
Octal 165 125 141 0 33 21 66 522 20 50
Binary 1110101 1010101 1100001 0 11011 10001 110110 101010010 10000 101000

Color Harmonies of #755561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755561

Black with #755561

Text Example


Text Example

White with #755561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755561; }

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

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

background-color css

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

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

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

border-color css

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

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

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