#767AB7

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

Shades of Chetwode Blue #767AB7

Tints of Chetwode Blue #767AB7

Color information

#767AB7 (or 0x767AB7) is unknown color: approx Chetwode Blue. HEX triplet: 76, 7A and B7. RGB value is (118,122,183). Sum of RGB (Red+Green+Blue) = 118+122+183=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 183 - color contains mainly: blue. Hex color #767AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767AB7 is #898548. Grayscale: #7F7F7F. Windows color (decimal): -9012553 or 12024438. OLE color: 12024438.

HSL color Cylindrical-coordinate representation of color #767AB7: hue angle of 236.31º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #767AB7 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118122183-
CMYK0.360.3300.28
HSL236.31º31.1%59.02%-
HSV(B)236.31º35.52%71.76%-
XYZ22.9821.1947.68-
YUV127.76159.17121.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 122 (48.05% from 255) = 28.84%
BLUE value IS 183 (71.88% from 255) = 43.26%
R=27.90%
G=28.84%
B=43.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181221830.360.3300.28236.3131.159.02
Hex767AB7242101Cec1f3b
Octal16617226744410343543773
Binary11101101111010101101111001001000010111001110110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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