#769DC0

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

Shades of Shakespeare #769DC0

Tints of Shakespeare #769DC0

Color information

#769DC0 (or 0x769DC0) is unknown color: approx Shakespeare. HEX triplet: 76, 9D and C0. RGB value is (118,157,192). Sum of RGB (Red+Green+Blue) = 118+157+192=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #769DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DC0 is #89623F. Grayscale: #959595. Windows color (decimal): -9003584 or 12623222. OLE color: 12623222.

HSL color Cylindrical-coordinate representation of color #769DC0: hue angle of 208.38º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769DC0 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118157192-
CMYK0.390.1800.25
HSL208.38º37%60.78%-
HSV(B)208.38º38.54%75.29%-
XYZ29.0431.7754.47-
YUV149.33152.08105.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.27%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=25.27%
G=33.62%
B=41.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181571920.390.1800.25208.383760.78
Hex769DC02712019d0253d
Octal16623530047220313204575
Binary111011010011101110000001001111001001100111010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769DC0; }

 p { color: rgb(118,157,192); }

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

<style>
 a { background-color: #769DC0; }

 a { background-color: rgb(118,157,192); }

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

<style>
 span { border-color: #769DC0; }

 span { border-color: rgb(118,157,192); }

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