Html Css Color HEX #75575F Cosmic

📋 copy color: '#75575F'

red 117 ◦ green 87 ◦ blue 95

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

Shades of Cosmic #75575F

Tints of Cosmic #75575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 39.13%
G = 29.1%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75575F (or 0x75575F) is known color: Cosmic. HEX triplet: 75, 57 and 5F. RGB value is (117,87,95). Sum of RGB (Red+Green+Blue) = 117+87+95=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #75575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75575F is #8AA8A0. Grayscale: #606060. Windows color (decimal): -9087137 or 6248309. OLE color: 6248309.

HSL color Cylindrical-coordinate representation of color #75575F: hue angle of 344º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75575F is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 95 -
CMYK 0 0.26 0.19 0.54
HSL 344º 0.15% 0.4% -
HSV(B) 344º 0.26% 0.46% -
XYZ 12.81 11.42 12.36 -
YUV 96.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 117 87 95 0 0.26 0.19 0.54 344 0.15 0.4
Hex 75 57 5F 0 1A 13 36 158 F 28
Octal 165 127 137 0 32 23 66 530 17 50
Binary 1110101 1010111 1011111 0 11010 10011 110110 101011000 1111 101000

Color Harmonies of #75575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75575F

Black with #75575F

Text Example


Text Example

White with #75575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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