Html Css Color HEX #777B9C Ship Cove

📋 copy color: '#777B9C'

red 119 ◦ green 123 ◦ blue 156

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

Shades of Ship Cove #777B9C

Tints of Ship Cove #777B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 29.9%
G = 30.9%
B = 39.2%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#777B9C (or 0x777B9C) is known color: Ship Cove. HEX triplet: 77, 7B and 9C. RGB value is (119,123,156). Sum of RGB (Red+Green+Blue) = 119+123+156=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #777B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B9C is #888463. Grayscale: #7D7D7D. Windows color (decimal): -8946788 or 10255223. OLE color: 10255223.

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

Color convert

RGB 119 123 156 -
CMYK 0.24 0.21 0 0.39
HSL 233.51º 0.16% 0.54% -
HSV(B) 233.51º 0.24% 0.61% -
XYZ 20.69 20.49 34.32 -
YUV 125.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 119 123 156 0.24 0.21 0 0.39 233.51 0.16 0.54
Hex 77 7B 9C 18 15 0 27 EA 10 36
Octal 167 173 234 30 25 0 47 352 20 66
Binary 1110111 1111011 10011100 11000 10101 0 100111 11101010 10000 110110

Color Harmonies of #777B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B9C

Black with #777B9C

Text Example


Text Example

White with #777B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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