Html Css Color HEX #77566B Cosmic

📋 copy color: '#77566B'

red 119 ◦ green 86 ◦ blue 107

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

Shades of Cosmic #77566B

Tints of Cosmic #77566B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 38.14%
G = 27.56%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77566B (or 0x77566B) is known color: Cosmic. HEX triplet: 77, 56 and 6B. RGB value is (119,86,107). Sum of RGB (Red+Green+Blue) = 119+86+107=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #77566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77566B is #88A994. Grayscale: #626262. Windows color (decimal): -8956309 or 7034487. OLE color: 7034487.

HSL color Cylindrical-coordinate representation of color #77566B: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #77566B is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 86 107 -
CMYK 0 0.28 0.10 0.53
HSL 321.82º 0.16% 0.4% -
HSV(B) 321.82º 0.28% 0.47% -
XYZ 13.59 11.64 15.44 -
YUV 98.26 132.93 142.79 -
System Red Green Blue C M Y K H S L
Decimal 119 86 107 0 0.28 0.10 0.53 321.82 0.16 0.4
Hex 77 56 6B 0 1C A 35 142 10 28
Octal 167 126 153 0 34 12 65 502 20 50
Binary 1110111 1010110 1101011 0 11100 1010 110101 101000010 10000 101000

Color Harmonies of #77566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77566B

Black with #77566B

Text Example


Text Example

White with #77566B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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