Html Css Color HEX #77505E Cosmic

📋 copy color: '#77505E'

red 119 ◦ green 80 ◦ blue 94

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

Shades of Cosmic #77505E

Tints of Cosmic #77505E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

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

R = 40.61%
G = 27.3%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77505E (or 0x77505E) is known color: Cosmic. HEX triplet: 77, 50 and 5E. RGB value is (119,80,94). Sum of RGB (Red+Green+Blue) = 119+80+94=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #77505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77505E is #88AFA1. Grayscale: #5D5D5D. Windows color (decimal): -8957858 or 6180983. OLE color: 6180983.

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

Color convert

RGB 119 80 94 -
CMYK 0 0.33 0.21 0.53
HSL 338.46º 0.2% 0.39% -
HSV(B) 338.46º 0.33% 0.47% -
XYZ 12.5 10.47 11.95 -
YUV 93.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 119 80 94 0 0.33 0.21 0.53 338.46 0.2 0.39
Hex 77 50 5E 0 21 15 35 152 14 27
Octal 167 120 136 0 41 25 65 522 24 47
Binary 1110111 1010000 1011110 0 100001 10101 110101 101010010 10100 100111

Color Harmonies of #77505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77505E

Black with #77505E

Text Example


Text Example

White with #77505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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