Html Css Color HEX #778CAE Ship Cove

📋 copy color: '#778CAE'

red 119 ◦ green 140 ◦ blue 174

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

Shades of Ship Cove #778CAE

Tints of Ship Cove #778CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

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

R = 27.48%
G = 32.33%
B = 40.18%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#778CAE (or 0x778CAE) is known color: Ship Cove. HEX triplet: 77, 8C and AE. RGB value is (119,140,174). Sum of RGB (Red+Green+Blue) = 119+140+174=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #778CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778CAE is #887351. Grayscale: #898989. Windows color (decimal): -8942418 or 11439223. OLE color: 11439223.

HSL color Cylindrical-coordinate representation of color #778CAE: hue angle of 217.09º 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 #778CAE is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 140 174 -
CMYK 0.32 0.20 0 0.32
HSL 217.09º 0.25% 0.57% -
HSV(B) 217.09º 0.32% 0.68% -
XYZ 24.63 25.73 43.71 -
YUV 137.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 119 140 174 0.32 0.20 0 0.32 217.09 0.25 0.57
Hex 77 8C AE 20 14 0 20 D9 19 39
Octal 167 214 256 40 24 0 40 331 31 71
Binary 1110111 10001100 10101110 100000 10100 0 100000 11011001 11001 111001

Color Harmonies of #778CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CAE

Black with #778CAE

Text Example


Text Example

White with #778CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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