Html Css Color HEX #75515C Cosmic

📋 copy color: '#75515C'

red 117 ◦ green 81 ◦ blue 92

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

Shades of Cosmic #75515C

Tints of Cosmic #75515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.93%

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 40.34%
G = 27.93%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75515C (or 0x75515C) is known color: Cosmic. HEX triplet: 75, 51 and 5C. RGB value is (117,81,92). Sum of RGB (Red+Green+Blue) = 117+81+92=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75515C is #8AAEA3. Grayscale: #5D5D5D. Windows color (decimal): -9088676 or 6050165. OLE color: 6050165.

HSL color Cylindrical-coordinate representation of color #75515C: hue angle of 341.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75515C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 92 -
CMYK 0 0.31 0.21 0.54
HSL 341.67º 0.18% 0.39% -
HSV(B) 341.67º 0.31% 0.46% -
XYZ 12.21 10.44 11.5 -
YUV 93.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 117 81 92 0 0.31 0.21 0.54 341.67 0.18 0.39
Hex 75 51 5C 0 1F 15 36 156 12 27
Octal 165 121 134 0 37 25 66 526 22 47
Binary 1110101 1010001 1011100 0 11111 10101 110110 101010110 10010 100111

Color Harmonies of #75515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75515C

Black with #75515C

Text Example


Text Example

White with #75515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75515C; }

 p { color: rgb(117,81,92); }

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

background-color css

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

 a { background-color: rgb(117,81,92); }

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

border-color css

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

 span { border-color: rgb(117,81,92); }

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