Html Css Color HEX #77515B Cosmic

📋 copy color: '#77515B'

red 119 ◦ green 81 ◦ blue 91

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

Shades of Cosmic #77515B

Tints of Cosmic #77515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 40.89%
G = 27.84%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77515B (or 0x77515B) is known color: Cosmic. HEX triplet: 77, 51 and 5B. RGB value is (119,81,91). Sum of RGB (Red+Green+Blue) = 119+81+91=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #77515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77515B is #88AEA4. Grayscale: #5D5D5D. Windows color (decimal): -8957605 or 5984631. OLE color: 5984631.

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

Color convert

RGB 119 81 91 -
CMYK 0 0.32 0.24 0.53
HSL 344.21º 0.19% 0.39% -
HSV(B) 344.21º 0.32% 0.47% -
XYZ 12.44 10.56 11.28 -
YUV 93.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 119 81 91 0 0.32 0.24 0.53 344.21 0.19 0.39
Hex 77 51 5B 0 20 18 35 158 13 27
Octal 167 121 133 0 40 30 65 530 23 47
Binary 1110111 1010001 1011011 0 100000 11000 110101 101011000 10011 100111

Color Harmonies of #77515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77515B

Black with #77515B

Text Example


Text Example

White with #77515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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