#7677BA

Color #7677BA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7677BA

Tints of Chetwode Blue #7677BA

Color information

#7677BA (or 0x7677BA) is unknown color: approx Chetwode Blue. HEX triplet: 76, 77 and BA. RGB value is (118,119,186). Sum of RGB (Red+Green+Blue) = 118+119+186=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #7677BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7677BA is #898845. Grayscale: #7E7E7E. Windows color (decimal): -9013318 or 12220278. OLE color: 12220278.

HSL color Cylindrical-coordinate representation of color #7677BA: hue angle of 239.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7677BA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118119186-
CMYK0.370.3600.27
HSL239.12º33.01%59.61%-
HSV(B)239.12º36.56%72.94%-
XYZ22.9320.5949.22-
YUV126.34161.67122.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=27.90%
G=28.13%
B=43.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181191860.370.3600.27239.1233.0159.61
Hex7677BA252401Bef213c
Octal16616727245440333574174
Binary111011011101111011101010010110010001101111101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7677BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7677BA; }

 p { color: rgb(118,119,186); }

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

<style>
 a { background-color: #7677BA; }

 a { background-color: rgb(118,119,186); }

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

<style>
 span { border-color: #7677BA; }

 span { border-color: rgb(118,119,186); }

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