Html Css Color HEX #77556A Cosmic

📋 copy color: '#77556A'

red 119 ◦ green 85 ◦ blue 106

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

Shades of Cosmic #77556A

Tints of Cosmic #77556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 38.39%
G = 27.42%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77556A (or 0x77556A) is known color: Cosmic. HEX triplet: 77, 55 and 6A. RGB value is (119,85,106). Sum of RGB (Red+Green+Blue) = 119+85+106=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77556A is #88AA95. Grayscale: #616161. Windows color (decimal): -8956566 or 6968695. OLE color: 6968695.

HSL color Cylindrical-coordinate representation of color #77556A: hue angle of 322.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77556A is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 106 -
CMYK 0 0.29 0.11 0.53
HSL 322.94º 0.17% 0.4% -
HSV(B) 322.94º 0.29% 0.47% -
XYZ 13.46 11.46 15.14 -
YUV 97.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 119 85 106 0 0.29 0.11 0.53 322.94 0.17 0.4
Hex 77 55 6A 0 1D B 35 143 11 28
Octal 167 125 152 0 35 13 65 503 21 50
Binary 1110111 1010101 1101010 0 11101 1011 110101 101000011 10001 101000

Color Harmonies of #77556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77556A

Black with #77556A

Text Example


Text Example

White with #77556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77556A; }

 p { color: rgb(119,85,106); }

 H1.HeaderClassName
 {
   color: #77556A;
 }
 .AnyTagClassName
 {
   color: #77556A;
 }
</style>

background-color css

<style>
 a { background-color: #77556A; }

 a { background-color: rgb(119,85,106); }

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

border-color css

<style>
 span { border-color: #77556A; }

 span { border-color: rgb(119,85,106); }

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