#7077AF

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

Shades of Chetwode Blue #7077AF

Tints of Chetwode Blue #7077AF

Color information

#7077AF (or 0x7077AF) is unknown color: approx Chetwode Blue. HEX triplet: 70, 77 and AF. RGB value is (112,119,175). Sum of RGB (Red+Green+Blue) = 112+119+175=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #7077AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7077AF is #8F8850. Grayscale: #7B7B7B. Windows color (decimal): -9406545 or 11499376. OLE color: 11499376.

HSL color Cylindrical-coordinate representation of color #7077AF: hue angle of 233.33º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7077AF is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB112119175-
CMYK0.360.3200.31
HSL233.33º28.25%56.27%-
HSV(B)233.33º36%68.63%-
XYZ21.0219.7343.26-
YUV123.29157.18119.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 175 (68.75% from 255) = 43.10%
R=27.59%
G=29.31%
B=43.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121191750.360.3200.31233.3328.2556.27
Hex7077AF242001Fe91c38
Octal16016725744400373513470
Binary11100001110111101011111001001000000111111110100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7077AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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