Html Css Color HEX #777EAF Wild Blue Yonder

📋 copy color: '#777EAF'

red 119 ◦ green 126 ◦ blue 175

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

Shades of Wild Blue Yonder #777EAF

Tints of Wild Blue Yonder #777EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 28.33%
G = 30%
B = 41.67%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#777EAF (or 0x777EAF) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and AF. RGB value is (119,126,175). Sum of RGB (Red+Green+Blue) = 119+126+175=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #777EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAF is #888150. Grayscale: #818181. Windows color (decimal): -8946001 or 11501175. OLE color: 11501175.

HSL color Cylindrical-coordinate representation of color #777EAF: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777EAF is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 126 175 -
CMYK 0.32 0.28 0 0.31
HSL 232.5º 0.26% 0.58% -
HSV(B) 232.5º 0.32% 0.69% -
XYZ 22.81 21.94 43.59 -
YUV 129.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 119 126 175 0.32 0.28 0 0.31 232.5 0.26 0.58
Hex 77 7E AF 20 1C 0 1F E8 1A 3A
Octal 167 176 257 40 34 0 37 350 32 72
Binary 1110111 1111110 10101111 100000 11100 0 11111 11101000 11010 111010

Color Harmonies of #777EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EAF

Black with #777EAF

Text Example


Text Example

White with #777EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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