Html Css Color HEX #77556B Cosmic

📋 copy color: '#77556B'

red 119 ◦ green 85 ◦ blue 107

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

Shades of Cosmic #77556B

Tints of Cosmic #77556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 38.26%
G = 27.33%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77556B (or 0x77556B) is known color: Cosmic. HEX triplet: 77, 55 and 6B. RGB value is (119,85,107). Sum of RGB (Red+Green+Blue) = 119+85+107=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77556B is #88AA94. Grayscale: #616161. Windows color (decimal): -8956565 or 7034231. OLE color: 7034231.

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

Color convert

RGB 119 85 107 -
CMYK 0 0.29 0.10 0.53
HSL 321.18º 0.17% 0.4% -
HSV(B) 321.18º 0.29% 0.47% -
XYZ 13.51 11.48 15.41 -
YUV 97.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 119 85 107 0 0.29 0.10 0.53 321.18 0.17 0.4
Hex 77 55 6B 0 1D A 35 141 11 28
Octal 167 125 153 0 35 12 65 501 21 50
Binary 1110111 1010101 1101011 0 11101 1010 110101 101000001 10001 101000

Color Harmonies of #77556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77556B

Black with #77556B

Text Example


Text Example

White with #77556B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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