Html Css Color HEX #777FC0 Wild Blue Yonder

📋 copy color: '#777FC0'

red 119 ◦ green 127 ◦ blue 192

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

Shades of Wild Blue Yonder #777FC0

Tints of Wild Blue Yonder #777FC0

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 27.17%
G = 29%
B = 43.84%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#777FC0 (or 0x777FC0) is known color: Wild Blue Yonder. HEX triplet: 77, 7F and C0. RGB value is (119,127,192). Sum of RGB (Red+Green+Blue) = 119+127+192=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #777FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FC0 is #88803F. Grayscale: #838383. Windows color (decimal): -8945728 or 12615543. OLE color: 12615543.

HSL color Cylindrical-coordinate representation of color #777FC0: hue angle of 233.42º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777FC0 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 127 192 -
CMYK 0.38 0.34 0 0.25
HSL 233.42º 0.37% 0.61% -
HSV(B) 233.42º 0.38% 0.75% -
XYZ 24.71 22.91 52.99 -
YUV 132.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 119 127 192 0.38 0.34 0 0.25 233.42 0.37 0.61
Hex 77 7F C0 26 22 0 19 E9 25 3D
Octal 167 177 300 46 42 0 31 351 45 75
Binary 1110111 1111111 11000000 100110 100010 0 11001 11101001 100101 111101

Color Harmonies of #777FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FC0

Black with #777FC0

Text Example


Text Example

White with #777FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,127,192); }

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

background-color css

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

 a { background-color: rgb(119,127,192); }

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

border-color css

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

 span { border-color: rgb(119,127,192); }

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