Html Css Color HEX #777CAD Wild Blue Yonder

📋 copy color: '#777CAD'

red 119 ◦ green 124 ◦ blue 173

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

Shades of Wild Blue Yonder #777CAD

Tints of Wild Blue Yonder #777CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 28.61%
G = 29.81%
B = 41.59%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#777CAD (or 0x777CAD) is known color: Wild Blue Yonder. HEX triplet: 77, 7C and AD. RGB value is (119,124,173). Sum of RGB (Red+Green+Blue) = 119+124+173=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #777CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777CAD is #888352. Grayscale: #7F7F7F. Windows color (decimal): -8946515 or 11369591. OLE color: 11369591.

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

Color convert

RGB 119 124 173 -
CMYK 0.31 0.28 0 0.32
HSL 234.44º 0.25% 0.57% -
HSV(B) 234.44º 0.31% 0.68% -
XYZ 22.36 21.35 42.48 -
YUV 128.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 119 124 173 0.31 0.28 0 0.32 234.44 0.25 0.57
Hex 77 7C AD 1F 1C 0 20 EA 19 39
Octal 167 174 255 37 34 0 40 352 31 71
Binary 1110111 1111100 10101101 11111 11100 0 100000 11101010 11001 111001

Color Harmonies of #777CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CAD

Black with #777CAD

Text Example


Text Example

White with #777CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,124,173); }

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

background-color css

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

 a { background-color: rgb(119,124,173); }

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

border-color css

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

 span { border-color: rgb(119,124,173); }

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