Html Css Color HEX #777EAA Ship Cove

📋 copy color: '#777EAA'

red 119 ◦ green 126 ◦ blue 170

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

Shades of Ship Cove #777EAA

Tints of Ship Cove #777EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 28.67%
G = 30.36%
B = 40.96%

CMYK

 C value IS 0.3

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#777EAA (or 0x777EAA) is known color: Ship Cove. HEX triplet: 77, 7E and AA. RGB value is (119,126,170). Sum of RGB (Red+Green+Blue) = 119+126+170=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #777EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAA is #888155. Grayscale: #808080. Windows color (decimal): -8946006 or 11173495. OLE color: 11173495.

HSL color Cylindrical-coordinate representation of color #777EAA: hue angle of 231.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777EAA is Cyan = 0.3, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 126 170 -
CMYK 0.3 0.26 0 0.33
HSL 231.76º 0.23% 0.57% -
HSV(B) 231.76º 0.3% 0.67% -
XYZ 22.32 21.75 41.05 -
YUV 128.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 119 126 170 0.3 0.26 0 0.33 231.76 0.23 0.57
Hex 77 7E AA 1E 1A 0 21 E8 17 39
Octal 167 176 252 36 32 0 41 350 27 71
Binary 1110111 1111110 10101010 11110 11010 0 100001 11101000 10111 111001

Color Harmonies of #777EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EAA

Black with #777EAA

Text Example


Text Example

White with #777EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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