Html Css Color HEX #75555F Cosmic

📋 copy color: '#75555F'

red 117 ◦ green 85 ◦ blue 95

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

Shades of Cosmic #75555F

Tints of Cosmic #75555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.99%

R = 39.39%
G = 28.62%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75555F (or 0x75555F) is known color: Cosmic. HEX triplet: 75, 55 and 5F. RGB value is (117,85,95). Sum of RGB (Red+Green+Blue) = 117+85+95=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75555F is #8AAAA0. Grayscale: #5F5F5F. Windows color (decimal): -9087649 or 6247797. OLE color: 6247797.

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

Color convert

RGB 117 85 95 -
CMYK 0 0.27 0.19 0.54
HSL 341.25º 0.16% 0.4% -
HSV(B) 341.25º 0.27% 0.46% -
XYZ 12.65 11.11 12.3 -
YUV 95.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 117 85 95 0 0.27 0.19 0.54 341.25 0.16 0.4
Hex 75 55 5F 0 1B 13 36 155 10 28
Octal 165 125 137 0 33 23 66 525 20 50
Binary 1110101 1010101 1011111 0 11011 10011 110110 101010101 10000 101000

Color Harmonies of #75555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75555F

Black with #75555F

Text Example


Text Example

White with #75555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75555F; }

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

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

background-color css

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

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

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

border-color css

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

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

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