Html Css Color HEX #77576C Cosmic

📋 copy color: '#77576C'

red 119 ◦ green 87 ◦ blue 108

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

Shades of Cosmic #77576C

Tints of Cosmic #77576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 37.9%
G = 27.71%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77576C (or 0x77576C) is known color: Cosmic. HEX triplet: 77, 57 and 6C. RGB value is (119,87,108). Sum of RGB (Red+Green+Blue) = 119+87+108=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #77576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77576C is #88A893. Grayscale: #626262. Windows color (decimal): -8956052 or 7100279. OLE color: 7100279.

HSL color Cylindrical-coordinate representation of color #77576C: hue angle of 320.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77576C is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 108 -
CMYK 0 0.27 0.09 0.53
HSL 320.63º 0.16% 0.4% -
HSV(B) 320.63º 0.27% 0.47% -
XYZ 13.72 11.82 15.75 -
YUV 98.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 119 87 108 0 0.27 0.09 0.53 320.63 0.16 0.4
Hex 77 57 6C 0 1B 9 35 141 10 28
Octal 167 127 154 0 33 11 65 501 20 50
Binary 1110111 1010111 1101100 0 11011 1001 110101 101000001 10000 101000

Color Harmonies of #77576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77576C

Black with #77576C

Text Example


Text Example

White with #77576C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77576C; }

 p { color: rgb(119,87,108); }

 H1.HeaderClassName
 {
   color: #77576C;
 }
 .AnyTagClassName
 {
   color: #77576C;
 }
</style>

background-color css

<style>
 a { background-color: #77576C; }

 a { background-color: rgb(119,87,108); }

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

border-color css

<style>
 span { border-color: #77576C; }

 span { border-color: rgb(119,87,108); }

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