#767AAB

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

Shades of Chetwode Blue #767AAB

Tints of Chetwode Blue #767AAB

Color information

#767AAB (or 0x767AAB) is unknown color: approx Chetwode Blue. HEX triplet: 76, 7A and AB. RGB value is (118,122,171). Sum of RGB (Red+Green+Blue) = 118+122+171=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #767AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767AAB is #898554. Grayscale: #7E7E7E. Windows color (decimal): -9012565 or 11238006. OLE color: 11238006.

HSL color Cylindrical-coordinate representation of color #767AAB: hue angle of 235.47º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767AAB is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB118122171-
CMYK0.310.2900.33
HSL235.47º23.98%56.67%-
HSV(B)235.47º30.99%67.06%-
XYZ21.7820.7141.38-
YUV126.39153.17122.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 122 (48.05% from 255) = 29.68%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=28.71%
G=29.68%
B=41.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181221710.310.2900.33235.4723.9856.67
Hex767AAB1F1D021eb1839
Octal16617225337350413533071
Binary1110110111101010101011111111110101000011110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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