Html Css Color HEX #778FAD Ship Cove

📋 copy color: '#778FAD'

red 119 ◦ green 143 ◦ blue 173

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

Shades of Ship Cove #778FAD

Tints of Ship Cove #778FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 27.36%
G = 32.87%
B = 39.77%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#778FAD (or 0x778FAD) is known color: Ship Cove. HEX triplet: 77, 8F and AD. RGB value is (119,143,173). Sum of RGB (Red+Green+Blue) = 119+143+173=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #778FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778FAD is #887052. Grayscale: #8B8B8B. Windows color (decimal): -8941651 or 11374455. OLE color: 11374455.

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

Color convert

RGB 119 143 173 -
CMYK 0.31 0.17 0 0.32
HSL 213.33º 0.25% 0.57% -
HSV(B) 213.33º 0.31% 0.68% -
XYZ 24.97 26.58 43.35 -
YUV 139.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 119 143 173 0.31 0.17 0 0.32 213.33 0.25 0.57
Hex 77 8F AD 1F 11 0 20 D5 19 39
Octal 167 217 255 37 21 0 40 325 31 71
Binary 1110111 10001111 10101101 11111 10001 0 100000 11010101 11001 111001

Color Harmonies of #778FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FAD

Black with #778FAD

Text Example


Text Example

White with #778FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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