#7077AD

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

Shades of Chetwode Blue #7077AD

Tints of Chetwode Blue #7077AD

Color information

#7077AD (or 0x7077AD) is unknown color: approx Chetwode Blue. HEX triplet: 70, 77 and AD. RGB value is (112,119,173). Sum of RGB (Red+Green+Blue) = 112+119+173=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #7077AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7077AD is #8F8852. Grayscale: #7A7A7A. Windows color (decimal): -9406547 or 11368304. OLE color: 11368304.

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

Color convert

RGB112119173-
CMYK0.350.3100.32
HSL233.11º27.11%55.88%-
HSV(B)233.11º35.26%67.84%-
XYZ20.8219.6642.23-
YUV123.06156.18120.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=27.72%
G=29.46%
B=42.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121191730.350.3100.32233.1127.1155.88
Hex7077AD231F020e91b38
Octal16016725543370403513370
Binary11100001110111101011011000111111101000001110100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7077AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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