Html Css Color HEX #7077AE Chetwode Blue

📋 copy color: '#7077AE'

red 112 ◦ green 119 ◦ blue 174

#7077AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #7077AE

Tints of Chetwode Blue #7077AE

RGB

 RED value IS 112 (44.14% from 255) = 27.65%

 GREEN value IS 119 (46.88% from 255) = 29.38%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 27.65%
G = 29.38%
B = 42.96%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7077AE (or 0x7077AE) is known color: Chetwode Blue. HEX triplet: 70, 77 and AE. RGB value is (112,119,174). Sum of RGB (Red+Green+Blue) = 112+119+174=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #7077AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7077AE is #8F8851. Grayscale: #7A7A7A. Windows color (decimal): -9406546 or 11433840. OLE color: 11433840.

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

Color convert

RGB 112 119 174 -
CMYK 0.36 0.32 0 0.32
HSL 233.23º 0.28% 0.56% -
HSV(B) 233.23º 0.36% 0.68% -
XYZ 20.92 19.69 42.74 -
YUV 123.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 112 119 174 0.36 0.32 0 0.32 233.23 0.28 0.56
Hex 70 77 AE 24 20 0 20 E9 1C 38
Octal 160 167 256 44 40 0 40 351 34 70
Binary 1110000 1110111 10101110 100100 100000 0 100000 11101001 11100 111000

Color Harmonies of #7077AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7077AE

Black with #7077AE

Text Example


Text Example

White with #7077AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7077AE;
 }
 .AnyTagClassName
 {
   color: #7077AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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