Html Css Color HEX #778FAE Ship Cove

📋 copy color: '#778FAE'

red 119 ◦ green 143 ◦ blue 174

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

Shades of Ship Cove #778FAE

Tints of Ship Cove #778FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.8%

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 27.29%
G = 32.8%
B = 39.91%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#778FAE (or 0x778FAE) is known color: Ship Cove. HEX triplet: 77, 8F and AE. RGB value is (119,143,174). Sum of RGB (Red+Green+Blue) = 119+143+174=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #778FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FAE is #887051. Grayscale: #8B8B8B. Windows color (decimal): -8941650 or 11439991. OLE color: 11439991.

HSL color Cylindrical-coordinate representation of color #778FAE: hue angle of 213.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778FAE is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 143 174 -
CMYK 0.32 0.18 0 0.32
HSL 213.82º 0.25% 0.57% -
HSV(B) 213.82º 0.32% 0.68% -
XYZ 25.07 26.62 43.86 -
YUV 139.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 119 143 174 0.32 0.18 0 0.32 213.82 0.25 0.57
Hex 77 8F AE 20 12 0 20 D6 19 39
Octal 167 217 256 40 22 0 40 326 31 71
Binary 1110111 10001111 10101110 100000 10010 0 100000 11010110 11001 111001

Color Harmonies of #778FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FAE

Black with #778FAE

Text Example


Text Example

White with #778FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778FAE; }

 p { color: rgb(119,143,174); }

 H1.HeaderClassName
 {
   color: #778FAE;
 }
 .AnyTagClassName
 {
   color: #778FAE;
 }
</style>

background-color css

<style>
 a { background-color: #778FAE; }

 a { background-color: rgb(119,143,174); }

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

border-color css

<style>
 span { border-color: #778FAE; }

 span { border-color: rgb(119,143,174); }

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