#77A0BF

Color #77A0BF Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #77A0BF

Tints of Shakespeare #77A0BF

Color information

#77A0BF (or 0x77A0BF) is unknown color: approx Shakespeare. HEX triplet: 77, A0 and BF. RGB value is (119,160,191). Sum of RGB (Red+Green+Blue) = 119+160+191=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #77A0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0BF is #885F40. Grayscale: #979797. Windows color (decimal): -8937281 or 12558455. OLE color: 12558455.

HSL color Cylindrical-coordinate representation of color #77A0BF: hue angle of 205.83º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77A0BF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119160191-
CMYK0.380.1600.25
HSL205.83º36%60.78%-
HSV(B)205.83º37.7%74.9%-
XYZ29.5832.8354.07-
YUV151.27150.42104.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.32%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 191 (75% from 255) = 40.64%
R=25.32%
G=34.04%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191601910.380.1600.25205.833660.78
Hex77A0BF2610019ce243d
Octal16724027746200313164475
Binary111011110100000101111111001101000001100111001110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A0BF; }

 p { color: rgb(119,160,191); }

 H1.HeaderClassName
 {
   color: #77A0BF;
 }
 .AnyTagClassName
 {
   color: #77A0BF;
 }
</style>
background-color css

<style>
 a { background-color: #77A0BF; }

 a { background-color: rgb(119,160,191); }

 div.DivClassName
 {
   background-color: #77A0BF;
 }
 .BgClassName
 {
   background-color: #77A0BF;
 }
</style>
border-color css

<style>
 span { border-color: #77A0BF; }

 span { border-color: rgb(119,160,191); }

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