Html Css Color HEX #777997 Ship Cove

📋 copy color: '#777997'

red 119 ◦ green 121 ◦ blue 151

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

Shades of Ship Cove #777997

Tints of Ship Cove #777997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 30.43%
G = 30.95%
B = 38.62%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#777997 (or 0x777997) is known color: Ship Cove. HEX triplet: 77, 79 and 97. RGB value is (119,121,151). Sum of RGB (Red+Green+Blue) = 119+121+151=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #777997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777997 is #888668. Grayscale: #7B7B7B. Windows color (decimal): -8947305 or 9927031. OLE color: 9927031.

HSL color Cylindrical-coordinate representation of color #777997: hue angle of 236.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777997 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 121 151 -
CMYK 0.21 0.20 0 0.41
HSL 236.25º 0.13% 0.53% -
HSV(B) 236.25º 0.21% 0.59% -
XYZ 20.03 19.83 32.05 -
YUV 123.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 119 121 151 0.21 0.20 0 0.41 236.25 0.13 0.53
Hex 77 79 97 15 14 0 29 EC D 35
Octal 167 171 227 25 24 0 51 354 15 65
Binary 1110111 1111001 10010111 10101 10100 0 101001 11101100 1101 110101

Color Harmonies of #777997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777997

Black with #777997

Text Example


Text Example

White with #777997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777997; }

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

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

background-color css

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

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

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

border-color css

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

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

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