#7676BA

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

Shades of Chetwode Blue #7676BA

Tints of Chetwode Blue #7676BA

Color information

#7676BA (or 0x7676BA) is unknown color: approx Chetwode Blue. HEX triplet: 76, 76 and BA. RGB value is (118,118,186). Sum of RGB (Red+Green+Blue) = 118+118+186=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7676BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7676BA is #898945. Grayscale: #7D7D7D. Windows color (decimal): -9013574 or 12220022. OLE color: 12220022.

HSL color Cylindrical-coordinate representation of color #7676BA: hue angle of 240º 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 #7676BA is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118118186-
CMYK0.370.3700.27
HSL240º33.01%59.61%-
HSV(B)240º36.56%72.94%-
XYZ22.8120.3549.18-
YUV125.75162122.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=27.96%
G=27.96%
B=44.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181181860.370.3700.2724033.0159.61
Hex7676BA252501Bf0213c
Octal16616627245450333604174
Binary111011011101101011101010010110010101101111110000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7676BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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