Html Css Color HEX #76515E Cosmic

📋 copy color: '#76515E'

red 118 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #76515E

Tints of Cosmic #76515E

RGB

 RED value IS 118 (46.48% from 255) = 40.27%

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

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

R = 40.27%
G = 27.65%
B = 32.08%

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

#76515E (or 0x76515E) is known color: Cosmic. HEX triplet: 76, 51 and 5E. RGB value is (118,81,94). Sum of RGB (Red+Green+Blue) = 118+81+94=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76515E is #89AEA1. Grayscale: #5D5D5D. Windows color (decimal): -9023138 or 6181238. OLE color: 6181238.

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

Color convert

RGB 118 81 94 -
CMYK 0 0.31 0.20 0.54
HSL 338.92º 0.19% 0.39% -
HSV(B) 338.92º 0.31% 0.46% -
XYZ 12.43 10.54 11.97 -
YUV 93.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 118 81 94 0 0.31 0.20 0.54 338.92 0.19 0.39
Hex 76 51 5E 0 1F 14 36 153 13 27
Octal 166 121 136 0 37 24 66 523 23 47
Binary 1110110 1010001 1011110 0 11111 10100 110110 101010011 10011 100111

Color Harmonies of #76515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76515E

Black with #76515E

Text Example


Text Example

White with #76515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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