#767ABA

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

Shades of Chetwode Blue #767ABA

Tints of Chetwode Blue #767ABA

Color information

#767ABA (or 0x767ABA) is unknown color: approx Chetwode Blue. HEX triplet: 76, 7A and BA. RGB value is (118,122,186). Sum of RGB (Red+Green+Blue) = 118+122+186=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #767ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ABA is #898545. Grayscale: #7F7F7F. Windows color (decimal): -9012550 or 12221046. OLE color: 12221046.

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

Color convert

RGB118122186-
CMYK0.370.3400.27
HSL236.47º33.01%59.61%-
HSV(B)236.47º36.56%72.94%-
XYZ23.2921.3249.34-
YUV128.1160.67120.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=27.70%
G=28.64%
B=43.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181221860.370.3400.27236.4733.0159.61
Hex767ABA252201Bec213c
Octal16617227245420333544174
Binary111011011110101011101010010110001001101111101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767ABA; }

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

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

<style>
 a { background-color: #767ABA; }

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

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

<style>
 span { border-color: #767ABA; }

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

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