Html Css Color HEX #777EA4 Ship Cove

📋 copy color: '#777EA4'

red 119 ◦ green 126 ◦ blue 164

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

Shades of Ship Cove #777EA4

Tints of Ship Cove #777EA4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 29.1%
G = 30.81%
B = 40.1%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#777EA4 (or 0x777EA4) is known color: Ship Cove. HEX triplet: 77, 7E and A4. RGB value is (119,126,164). Sum of RGB (Red+Green+Blue) = 119+126+164=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #777EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777EA4 is #88815B. Grayscale: #808080. Windows color (decimal): -8946012 or 10780279. OLE color: 10780279.

HSL color Cylindrical-coordinate representation of color #777EA4: hue angle of 230.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #777EA4 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 126 164 -
CMYK 0.27 0.23 0 0.36
HSL 230.67º 0.2% 0.55% -
HSV(B) 230.67º 0.27% 0.64% -
XYZ 21.77 21.52 38.13 -
YUV 128.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 119 126 164 0.27 0.23 0 0.36 230.67 0.2 0.55
Hex 77 7E A4 1B 17 0 24 E7 14 37
Octal 167 176 244 33 27 0 44 347 24 67
Binary 1110111 1111110 10100100 11011 10111 0 100100 11100111 10100 110111

Color Harmonies of #777EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EA4

Black with #777EA4

Text Example


Text Example

White with #777EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,126,164); }

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

background-color css

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

 a { background-color: rgb(119,126,164); }

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

border-color css

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

 span { border-color: rgb(119,126,164); }

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