Html Css Color HEX #777DAF Wild Blue Yonder

📋 copy color: '#777DAF'

red 119 ◦ green 125 ◦ blue 175

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

Shades of Wild Blue Yonder #777DAF

Tints of Wild Blue Yonder #777DAF

RGB

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

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

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

R = 28.4%
G = 29.83%
B = 41.77%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#777DAF (or 0x777DAF) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and AF. RGB value is (119,125,175). Sum of RGB (Red+Green+Blue) = 119+125+175=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #777DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DAF is #888250. Grayscale: #808080. Windows color (decimal): -8946257 or 11500919. OLE color: 11500919.

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

Color convert

RGB 119 125 175 -
CMYK 0.32 0.29 0 0.31
HSL 233.57º 0.26% 0.58% -
HSV(B) 233.57º 0.32% 0.69% -
XYZ 22.68 21.68 43.55 -
YUV 128.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 119 125 175 0.32 0.29 0 0.31 233.57 0.26 0.58
Hex 77 7D AF 20 1D 0 1F EA 1A 3A
Octal 167 175 257 40 35 0 37 352 32 72
Binary 1110111 1111101 10101111 100000 11101 0 11111 11101010 11010 111010

Color Harmonies of #777DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DAF

Black with #777DAF

Text Example


Text Example

White with #777DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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