Html Css Color HEX #7277AE Chetwode Blue

📋 copy color: '#7277AE'

red 114 ◦ green 119 ◦ blue 174

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

Shades of Chetwode Blue #7277AE

Tints of Chetwode Blue #7277AE

RGB

 RED value IS 114 (44.92% from 255) = 28.01%

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

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

R = 28.01%
G = 29.24%
B = 42.75%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7277AE (or 0x7277AE) is known color: Chetwode Blue. HEX triplet: 72, 77 and AE. RGB value is (114,119,174). Sum of RGB (Red+Green+Blue) = 114+119+174=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #7277AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7277AE is #8D8851. Grayscale: #7B7B7B. Windows color (decimal): -9275474 or 11433842. OLE color: 11433842.

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

Color convert

RGB 114 119 174 -
CMYK 0.34 0.32 0 0.32
HSL 235º 0.27% 0.56% -
HSV(B) 235º 0.34% 0.68% -
XYZ 21.18 19.83 42.76 -
YUV 123.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 114 119 174 0.34 0.32 0 0.32 235 0.27 0.56
Hex 72 77 AE 22 20 0 20 EB 1B 38
Octal 162 167 256 42 40 0 40 353 33 70
Binary 1110010 1110111 10101110 100010 100000 0 100000 11101011 11011 111000

Color Harmonies of #7277AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7277AE

Black with #7277AE

Text Example


Text Example

White with #7277AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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