Html Css Color HEX #777B9B Ship Cove

📋 copy color: '#777B9B'

red 119 ◦ green 123 ◦ blue 155

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

Shades of Ship Cove #777B9B

Tints of Ship Cove #777B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 29.97%
G = 30.98%
B = 39.04%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#777B9B (or 0x777B9B) is known color: Ship Cove. HEX triplet: 77, 7B and 9B. RGB value is (119,123,155). Sum of RGB (Red+Green+Blue) = 119+123+155=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #777B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777B9B is #888464. Grayscale: #7D7D7D. Windows color (decimal): -8946789 or 10189687. OLE color: 10189687.

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

Color convert

RGB 119 123 155 -
CMYK 0.23 0.21 0 0.39
HSL 233.33º 0.15% 0.54% -
HSV(B) 233.33º 0.23% 0.61% -
XYZ 20.61 20.45 33.87 -
YUV 125.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 119 123 155 0.23 0.21 0 0.39 233.33 0.15 0.54
Hex 77 7B 9B 17 15 0 27 E9 F 36
Octal 167 173 233 27 25 0 47 351 17 66
Binary 1110111 1111011 10011011 10111 10101 0 100111 11101001 1111 110110

Color Harmonies of #777B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777B9B

Black with #777B9B

Text Example


Text Example

White with #777B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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