Html Css Color HEX #777DAE Wild Blue Yonder

📋 copy color: '#777DAE'

red 119 ◦ green 125 ◦ blue 174

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

Shades of Wild Blue Yonder #777DAE

Tints of Wild Blue Yonder #777DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 28.47%
G = 29.9%
B = 41.63%

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

#777DAE (or 0x777DAE) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and AE. RGB value is (119,125,174). Sum of RGB (Red+Green+Blue) = 119+125+174=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #777DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAE is #888251. Grayscale: #808080. Windows color (decimal): -8946258 or 11435383. OLE color: 11435383.

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

Color convert

RGB 119 125 174 -
CMYK 0.32 0.28 0 0.32
HSL 233.45º 0.25% 0.57% -
HSV(B) 233.45º 0.32% 0.68% -
XYZ 22.58 21.65 43.03 -
YUV 128.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 119 125 174 0.32 0.28 0 0.32 233.45 0.25 0.57
Hex 77 7D AE 20 1C 0 20 E9 19 39
Octal 167 175 256 40 34 0 40 351 31 71
Binary 1110111 1111101 10101110 100000 11100 0 100000 11101001 11001 111001

Color Harmonies of #777DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DAE

Black with #777DAE

Text Example


Text Example

White with #777DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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