Html Css Color HEX #777FAD Ship Cove

📋 copy color: '#777FAD'

red 119 ◦ green 127 ◦ blue 173

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

Shades of Ship Cove #777FAD

Tints of Ship Cove #777FAD

RGB

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

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

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

R = 28.4%
G = 30.31%
B = 41.29%

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

#777FAD (or 0x777FAD) is known color: Ship Cove. HEX triplet: 77, 7F and AD. RGB value is (119,127,173). Sum of RGB (Red+Green+Blue) = 119+127+173=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #777FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAD is #888052. Grayscale: #818181. Windows color (decimal): -8945747 or 11370359. OLE color: 11370359.

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

Color convert

RGB 119 127 173 -
CMYK 0.31 0.27 0 0.32
HSL 231.11º 0.25% 0.57% -
HSV(B) 231.11º 0.31% 0.68% -
XYZ 22.74 22.12 42.61 -
YUV 129.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 119 127 173 0.31 0.27 0 0.32 231.11 0.25 0.57
Hex 77 7F AD 1F 1B 0 20 E7 19 39
Octal 167 177 255 37 33 0 40 347 31 71
Binary 1110111 1111111 10101101 11111 11011 0 100000 11100111 11001 111001

Color Harmonies of #777FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FAD

Black with #777FAD

Text Example


Text Example

White with #777FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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