Html Css Color HEX #77505F Cosmic

📋 copy color: '#77505F'

red 119 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #77505F

Tints of Cosmic #77505F

RGB

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

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

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

R = 40.48%
G = 27.21%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77505F (or 0x77505F) is known color: Cosmic. HEX triplet: 77, 50 and 5F. RGB value is (119,80,95). Sum of RGB (Red+Green+Blue) = 119+80+95=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #77505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77505F is #88AFA0. Grayscale: #5D5D5D. Windows color (decimal): -8957857 or 6246519. OLE color: 6246519.

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

Color convert

RGB 119 80 95 -
CMYK 0 0.33 0.20 0.53
HSL 336.92º 0.2% 0.39% -
HSV(B) 336.92º 0.33% 0.47% -
XYZ 12.54 10.49 12.19 -
YUV 93.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 119 80 95 0 0.33 0.20 0.53 336.92 0.2 0.39
Hex 77 50 5F 0 21 14 35 151 14 27
Octal 167 120 137 0 41 24 65 521 24 47
Binary 1110111 1010000 1011111 0 100001 10100 110101 101010001 10100 100111

Color Harmonies of #77505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77505F

Black with #77505F

Text Example


Text Example

White with #77505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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