Html Css Color HEX #777DA9 Ship Cove

📋 copy color: '#777DA9'

red 119 ◦ green 125 ◦ blue 169

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

Shades of Ship Cove #777DA9

Tints of Ship Cove #777DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.27%

 BLUE value IS 169 (66.41% from 255) = 40.92%

R = 28.81%
G = 30.27%
B = 40.92%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#777DA9 (or 0x777DA9) is known color: Ship Cove. HEX triplet: 77, 7D and A9. RGB value is (119,125,169). Sum of RGB (Red+Green+Blue) = 119+125+169=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #777DA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777DA9 is #888256. Grayscale: #808080. Windows color (decimal): -8946263 or 11107703. OLE color: 11107703.

HSL color Cylindrical-coordinate representation of color #777DA9: hue angle of 232.8º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #777DA9 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 119 125 169 -
CMYK 0.30 0.26 0 0.34
HSL 232.8º 0.23% 0.56% -
HSV(B) 232.8º 0.3% 0.66% -
XYZ 22.1 21.45 40.51 -
YUV 128.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 119 125 169 0.30 0.26 0 0.34 232.8 0.23 0.56
Hex 77 7D A9 1E 1A 0 22 E9 17 38
Octal 167 175 251 36 32 0 42 351 27 70
Binary 1110111 1111101 10101001 11110 11010 0 100010 11101001 10111 111000

Color Harmonies of #777DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DA9

Black with #777DA9

Text Example


Text Example

White with #777DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,125,169); }

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

background-color css

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

 a { background-color: rgb(119,125,169); }

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

border-color css

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

 span { border-color: rgb(119,125,169); }

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