Html Css Color HEX #755565 Cosmic

📋 copy color: '#755565'

red 117 ◦ green 85 ◦ blue 101

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

Shades of Cosmic #755565

Tints of Cosmic #755565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 38.61%
G = 28.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#755565 (or 0x755565) is known color: Cosmic. HEX triplet: 75, 55 and 65. RGB value is (117,85,101). Sum of RGB (Red+Green+Blue) = 117+85+101=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755565 is #8AAA9A. Grayscale: #606060. Windows color (decimal): -9087643 or 6641013. OLE color: 6641013.

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

Color convert

RGB 117 85 101 -
CMYK 0 0.27 0.14 0.54
HSL 330º 0.16% 0.4% -
HSV(B) 330º 0.27% 0.46% -
XYZ 12.93 11.22 13.8 -
YUV 96.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 117 85 101 0 0.27 0.14 0.54 330 0.16 0.4
Hex 75 55 65 0 1B E 36 14A 10 28
Octal 165 125 145 0 33 16 66 512 20 50
Binary 1110101 1010101 1100101 0 11011 1110 110110 101001010 10000 101000

Color Harmonies of #755565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755565

Black with #755565

Text Example


Text Example

White with #755565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755565; }

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

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

background-color css

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

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

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

border-color css

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

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

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