Html Css Color HEX #777AAE Chetwode Blue

📋 copy color: '#777AAE'

red 119 ◦ green 122 ◦ blue 174

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

Shades of Chetwode Blue #777AAE

Tints of Chetwode Blue #777AAE

RGB

 RED value IS 119 (46.88% from 255) = 28.67%

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 28.67%
G = 29.4%
B = 41.93%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#777AAE (or 0x777AAE) is known color: Chetwode Blue. HEX triplet: 77, 7A and AE. RGB value is (119,122,174). Sum of RGB (Red+Green+Blue) = 119+122+174=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #777AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777AAE is #888551. Grayscale: #7E7E7E. Windows color (decimal): -8947026 or 11434615. OLE color: 11434615.

HSL color Cylindrical-coordinate representation of color #777AAE: hue angle of 236.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777AAE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 122 174 -
CMYK 0.32 0.30 0 0.32
HSL 236.73º 0.25% 0.57% -
HSV(B) 236.73º 0.32% 0.68% -
XYZ 22.21 20.9 42.91 -
YUV 127.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 119 122 174 0.32 0.30 0 0.32 236.73 0.25 0.57
Hex 77 7A AE 20 1E 0 20 ED 19 39
Octal 167 172 256 40 36 0 40 355 31 71
Binary 1110111 1111010 10101110 100000 11110 0 100000 11101101 11001 111001

Color Harmonies of #777AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777AAE

Black with #777AAE

Text Example


Text Example

White with #777AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777AAE; }

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

 H1.HeaderClassName
 {
   color: #777AAE;
 }
 .AnyTagClassName
 {
   color: #777AAE;
 }
</style>

background-color css

<style>
 a { background-color: #777AAE; }

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

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

border-color css

<style>
 span { border-color: #777AAE; }

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

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