Html Css Color HEX #777A9D Ship Cove

📋 copy color: '#777A9D'

red 119 ◦ green 122 ◦ blue 157

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

Shades of Ship Cove #777A9D

Tints of Ship Cove #777A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.65%

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 29.9%
G = 30.65%
B = 39.45%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#777A9D (or 0x777A9D) is known color: Ship Cove. HEX triplet: 77, 7A and 9D. RGB value is (119,122,157). Sum of RGB (Red+Green+Blue) = 119+122+157=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #777A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777A9D is #888562. Grayscale: #7C7C7C. Windows color (decimal): -8947043 or 10320503. OLE color: 10320503.

HSL color Cylindrical-coordinate representation of color #777A9D: hue angle of 235.26º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #777A9D is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 122 157 -
CMYK 0.24 0.22 0 0.38
HSL 235.26º 0.16% 0.54% -
HSV(B) 235.26º 0.24% 0.62% -
XYZ 20.65 20.28 34.72 -
YUV 125.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 119 122 157 0.24 0.22 0 0.38 235.26 0.16 0.54
Hex 77 7A 9D 18 16 0 26 EB 10 36
Octal 167 172 235 30 26 0 46 353 20 66
Binary 1110111 1111010 10011101 11000 10110 0 100110 11101011 10000 110110

Color Harmonies of #777A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A9D

Black with #777A9D

Text Example


Text Example

White with #777A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,122,157); }

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

background-color css

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

 a { background-color: rgb(119,122,157); }

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

border-color css

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

 span { border-color: rgb(119,122,157); }

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