Html Css Color HEX #77515E Cosmic

📋 copy color: '#77515E'

red 119 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #77515E

Tints of Cosmic #77515E

RGB

 RED value IS 119 (46.88% from 255) = 40.48%

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

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

R = 40.48%
G = 27.55%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77515E (or 0x77515E) is known color: Cosmic. HEX triplet: 77, 51 and 5E. RGB value is (119,81,94). Sum of RGB (Red+Green+Blue) = 119+81+94=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77515E is #88AEA1. Grayscale: #5D5D5D. Windows color (decimal): -8957602 or 6181239. OLE color: 6181239.

HSL color Cylindrical-coordinate representation of color #77515E: hue angle of 339.47º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77515E is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 94 -
CMYK 0 0.32 0.21 0.53
HSL 339.47º 0.19% 0.39% -
HSV(B) 339.47º 0.32% 0.47% -
XYZ 12.57 10.61 11.98 -
YUV 93.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 119 81 94 0 0.32 0.21 0.53 339.47 0.19 0.39
Hex 77 51 5E 0 20 15 35 153 13 27
Octal 167 121 136 0 40 25 65 523 23 47
Binary 1110111 1010001 1011110 0 100000 10101 110101 101010011 10011 100111

Color Harmonies of #77515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77515E

Black with #77515E

Text Example


Text Example

White with #77515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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