Html Css Color HEX #75515E Cosmic

📋 copy color: '#75515E'

red 117 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #75515E

Tints of Cosmic #75515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 40.07%
G = 27.74%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75515E (or 0x75515E) is known color: Cosmic. HEX triplet: 75, 51 and 5E. RGB value is (117,81,94). Sum of RGB (Red+Green+Blue) = 117+81+94=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75515E is #8AAEA1. Grayscale: #5D5D5D. Windows color (decimal): -9088674 or 6181237. OLE color: 6181237.

HSL color Cylindrical-coordinate representation of color #75515E: hue angle of 338.33º 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 #75515E is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 81 94 -
CMYK 0 0.31 0.20 0.54
HSL 338.33º 0.18% 0.39% -
HSV(B) 338.33º 0.31% 0.46% -
XYZ 12.3 10.47 11.96 -
YUV 93.25 128.43 144.94 -
System Red Green Blue C M Y K H S L
Decimal 117 81 94 0 0.31 0.20 0.54 338.33 0.18 0.39
Hex 75 51 5E 0 1F 14 36 152 12 27
Octal 165 121 136 0 37 24 66 522 22 47
Binary 1110101 1010001 1011110 0 11111 10100 110110 101010010 10010 100111

Color Harmonies of #75515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75515E

Black with #75515E

Text Example


Text Example

White with #75515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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