Html Css Color HEX #77505B Cosmic

📋 copy color: '#77505B'

red 119 ◦ green 80 ◦ blue 91

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

Shades of Cosmic #77505B

Tints of Cosmic #77505B

RGB

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

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

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

R = 41.03%
G = 27.59%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77505B (or 0x77505B) is known color: Cosmic. HEX triplet: 77, 50 and 5B. RGB value is (119,80,91). Sum of RGB (Red+Green+Blue) = 119+80+91=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #77505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77505B is #88AFA4. Grayscale: #5C5C5C. Windows color (decimal): -8957861 or 5984375. OLE color: 5984375.

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

Color convert

RGB 119 80 91 -
CMYK 0 0.33 0.24 0.53
HSL 343.08º 0.2% 0.39% -
HSV(B) 343.08º 0.33% 0.47% -
XYZ 12.36 10.41 11.26 -
YUV 92.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 119 80 91 0 0.33 0.24 0.53 343.08 0.2 0.39
Hex 77 50 5B 0 21 18 35 157 14 27
Octal 167 120 133 0 41 30 65 527 24 47
Binary 1110111 1010000 1011011 0 100001 11000 110101 101010111 10100 100111

Color Harmonies of #77505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77505B

Black with #77505B

Text Example


Text Example

White with #77505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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