Html Css Color HEX #777999 Ship Cove

📋 copy color: '#777999'

red 119 ◦ green 121 ◦ blue 153

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

Shades of Ship Cove #777999

Tints of Ship Cove #777999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

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

R = 30.28%
G = 30.79%
B = 38.93%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#777999 (or 0x777999) is known color: Ship Cove. HEX triplet: 77, 79 and 99. RGB value is (119,121,153). Sum of RGB (Red+Green+Blue) = 119+121+153=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #777999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777999 is #888666. Grayscale: #7B7B7B. Windows color (decimal): -8947303 or 10058103. OLE color: 10058103.

HSL color Cylindrical-coordinate representation of color #777999: hue angle of 236.47º 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 #777999 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 121 153 -
CMYK 0.22 0.21 0 0.4
HSL 236.47º 0.14% 0.53% -
HSV(B) 236.47º 0.22% 0.6% -
XYZ 20.19 19.9 32.91 -
YUV 124.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 119 121 153 0.22 0.21 0 0.4 236.47 0.14 0.53
Hex 77 79 99 16 15 0 28 EC E 35
Octal 167 171 231 26 25 0 50 354 16 65
Binary 1110111 1111001 10011001 10110 10101 0 101000 11101100 1110 110101

Color Harmonies of #777999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777999

Black with #777999

Text Example


Text Example

White with #777999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777999; }

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

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

background-color css

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

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

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

border-color css

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

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

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