Html Css Color HEX #777B9E Ship Cove

📋 copy color: '#777B9E'

red 119 ◦ green 123 ◦ blue 158

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

Shades of Ship Cove #777B9E

Tints of Ship Cove #777B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.75%

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 29.75%
G = 30.75%
B = 39.5%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#777B9E (or 0x777B9E) is known color: Ship Cove. HEX triplet: 77, 7B and 9E. RGB value is (119,123,158). Sum of RGB (Red+Green+Blue) = 119+123+158=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #777B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B9E is #888461. Grayscale: #7D7D7D. Windows color (decimal): -8946786 or 10386295. OLE color: 10386295.

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

Color convert

RGB 119 123 158 -
CMYK 0.25 0.22 0 0.38
HSL 233.85º 0.17% 0.54% -
HSV(B) 233.85º 0.25% 0.62% -
XYZ 20.86 20.56 35.22 -
YUV 125.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 119 123 158 0.25 0.22 0 0.38 233.85 0.17 0.54
Hex 77 7B 9E 19 16 0 26 EA 11 36
Octal 167 173 236 31 26 0 46 352 21 66
Binary 1110111 1111011 10011110 11001 10110 0 100110 11101010 10001 110110

Color Harmonies of #777B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B9E

Black with #777B9E

Text Example


Text Example

White with #777B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,123,158); }

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

background-color css

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

 a { background-color: rgb(119,123,158); }

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

border-color css

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

 span { border-color: rgb(119,123,158); }

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