Html Css Color HEX #777F99 Ship Cove

📋 copy color: '#777F99'

red 119 ◦ green 127 ◦ blue 153

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

Shades of Ship Cove #777F99

Tints of Ship Cove #777F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.35%

R = 29.82%
G = 31.83%
B = 38.35%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#777F99 (or 0x777F99) is known color: Ship Cove. HEX triplet: 77, 7F and 99. RGB value is (119,127,153). Sum of RGB (Red+Green+Blue) = 119+127+153=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #777F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F99 is #888066. Grayscale: #7F7F7F. Windows color (decimal): -8945767 or 10059639. OLE color: 10059639.

HSL color Cylindrical-coordinate representation of color #777F99: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #777F99 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 127 153 -
CMYK 0.22 0.17 0 0.4
HSL 225.88º 0.14% 0.53% -
HSV(B) 225.88º 0.22% 0.6% -
XYZ 20.95 21.4 33.16 -
YUV 127.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 119 127 153 0.22 0.17 0 0.4 225.88 0.14 0.53
Hex 77 7F 99 16 11 0 28 E2 E 35
Octal 167 177 231 26 21 0 50 342 16 65
Binary 1110111 1111111 10011001 10110 10001 0 101000 11100010 1110 110101

Color Harmonies of #777F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777F99

Black with #777F99

Text Example


Text Example

White with #777F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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