Html Css Color HEX #77515F Cosmic

📋 copy color: '#77515F'

red 119 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #77515F

Tints of Cosmic #77515F

RGB

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

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

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

R = 40.34%
G = 27.46%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77515F (or 0x77515F) is known color: Cosmic. HEX triplet: 77, 51 and 5F. RGB value is (119,81,95). Sum of RGB (Red+Green+Blue) = 119+81+95=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #77515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77515F is #88AEA0. Grayscale: #5D5D5D. Windows color (decimal): -8957601 or 6246775. OLE color: 6246775.

HSL color Cylindrical-coordinate representation of color #77515F: hue angle of 337.89º 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 #77515F is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 95 -
CMYK 0 0.32 0.20 0.53
HSL 337.89º 0.19% 0.39% -
HSV(B) 337.89º 0.32% 0.47% -
XYZ 12.62 10.63 12.21 -
YUV 93.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 119 81 95 0 0.32 0.20 0.53 337.89 0.19 0.39
Hex 77 51 5F 0 20 14 35 152 13 27
Octal 167 121 137 0 40 24 65 522 23 47
Binary 1110111 1010001 1011111 0 100000 10100 110101 101010010 10011 100111

Color Harmonies of #77515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77515F

Black with #77515F

Text Example


Text Example

White with #77515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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