#7077A4

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

Shades of Chetwode Blue #7077A4

Tints of Chetwode Blue #7077A4

Color information

#7077A4 (or 0x7077A4) is unknown color: approx Chetwode Blue. HEX triplet: 70, 77 and A4. RGB value is (112,119,164). Sum of RGB (Red+Green+Blue) = 112+119+164=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #7077A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7077A4 is #8F885B. Grayscale: #797979. Windows color (decimal): -9406556 or 10778480. OLE color: 10778480.

HSL color Cylindrical-coordinate representation of color #7077A4: hue angle of 231.92º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7077A4 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112119164-
CMYK0.320.2700.36
HSL231.92º22.22%54.12%-
HSV(B)231.92º31.71%64.31%-
XYZ19.9819.3237.8-
YUV122.04151.68120.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=28.35%
G=30.13%
B=41.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121191640.320.2700.36231.9222.2254.12
Hex7077A4201B024e81636
Octal16016724440330443502666
Binary11100001110111101001001000001101101001001110100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7077A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7077A4; }

 p { color: rgb(112,119,164); }

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

<style>
 a { background-color: #7077A4; }

 a { background-color: rgb(112,119,164); }

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

<style>
 span { border-color: #7077A4; }

 span { border-color: rgb(112,119,164); }

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