#7676AA

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

Shades of Chetwode Blue #7676AA

Tints of Chetwode Blue #7676AA

Color information

#7676AA (or 0x7676AA) is unknown color: approx Chetwode Blue. HEX triplet: 76, 76 and AA. RGB value is (118,118,170). Sum of RGB (Red+Green+Blue) = 118+118+170=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #7676AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7676AA is #898955. Grayscale: #7B7B7B. Windows color (decimal): -9013590 or 11171446. OLE color: 11171446.

HSL color Cylindrical-coordinate representation of color #7676AA: hue angle of 240º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7676AA is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118118170-
CMYK0.310.3100.33
HSL240º23.42%56.47%-
HSV(B)240º30.59%66.67%-
XYZ21.2119.7140.72-
YUV123.93154123.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=29.06%
G=29.06%
B=41.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181181700.310.3100.3324023.4256.47
Hex7676AA1F1F021f01738
Octal16616625237370413602770
Binary1110110111011010101010111111111101000011111000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7676AA; }

 p { color: rgb(118,118,170); }

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

<style>
 a { background-color: #7676AA; }

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

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

<style>
 span { border-color: #7676AA; }

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

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