Html Css Color HEX #777EAE Wild Blue Yonder

📋 copy color: '#777EAE'

red 119 ◦ green 126 ◦ blue 174

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

Shades of Wild Blue Yonder #777EAE

Tints of Wild Blue Yonder #777EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

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

R = 28.4%
G = 30.07%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#777EAE (or 0x777EAE) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and AE. RGB value is (119,126,174). Sum of RGB (Red+Green+Blue) = 119+126+174=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #777EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAE is #888151. Grayscale: #818181. Windows color (decimal): -8946002 or 11435639. OLE color: 11435639.

HSL color Cylindrical-coordinate representation of color #777EAE: hue angle of 232.36º 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 #777EAE is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 126 174 -
CMYK 0.32 0.28 0 0.32
HSL 232.36º 0.25% 0.57% -
HSV(B) 232.36º 0.32% 0.68% -
XYZ 22.71 21.9 43.07 -
YUV 129.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 119 126 174 0.32 0.28 0 0.32 232.36 0.25 0.57
Hex 77 7E AE 20 1C 0 20 E8 19 39
Octal 167 176 256 40 34 0 40 350 31 71
Binary 1110111 1111110 10101110 100000 11100 0 100000 11101000 11001 111001

Color Harmonies of #777EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EAE

Black with #777EAE

Text Example


Text Example

White with #777EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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