Html Css Color HEX #777EAD Ship Cove

📋 copy color: '#777EAD'

red 119 ◦ green 126 ◦ blue 173

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

Shades of Ship Cove #777EAD

Tints of Ship Cove #777EAD

RGB

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

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

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

R = 28.47%
G = 30.14%
B = 41.39%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#777EAD (or 0x777EAD) is known color: Ship Cove. HEX triplet: 77, 7E and AD. RGB value is (119,126,173). Sum of RGB (Red+Green+Blue) = 119+126+173=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #777EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EAD is #888152. Grayscale: #818181. Windows color (decimal): -8946003 or 11370103. OLE color: 11370103.

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

Color convert

RGB 119 126 173 -
CMYK 0.31 0.27 0 0.32
HSL 232.22º 0.25% 0.57% -
HSV(B) 232.22º 0.31% 0.68% -
XYZ 22.61 21.86 42.56 -
YUV 129.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 119 126 173 0.31 0.27 0 0.32 232.22 0.25 0.57
Hex 77 7E AD 1F 1B 0 20 E8 19 39
Octal 167 176 255 37 33 0 40 350 31 71
Binary 1110111 1111110 10101101 11111 11011 0 100000 11101000 11001 111001

Color Harmonies of #777EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EAD

Black with #777EAD

Text Example


Text Example

White with #777EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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