Html Css Color HEX #778DAD Ship Cove

📋 copy color: '#778DAD'

red 119 ◦ green 141 ◦ blue 173

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

Shades of Ship Cove #778DAD

Tints of Ship Cove #778DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.56%

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

R = 27.48%
G = 32.56%
B = 39.95%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#778DAD (or 0x778DAD) is known color: Ship Cove. HEX triplet: 77, 8D and AD. RGB value is (119,141,173). Sum of RGB (Red+Green+Blue) = 119+141+173=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #778DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DAD is #887252. Grayscale: #898989. Windows color (decimal): -8942163 or 11373943. OLE color: 11373943.

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

Color convert

RGB 119 141 173 -
CMYK 0.31 0.18 0 0.32
HSL 215.56º 0.25% 0.57% -
HSV(B) 215.56º 0.31% 0.68% -
XYZ 24.68 25.99 43.25 -
YUV 138.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 119 141 173 0.31 0.18 0 0.32 215.56 0.25 0.57
Hex 77 8D AD 1F 12 0 20 D8 19 39
Octal 167 215 255 37 22 0 40 330 31 71
Binary 1110111 10001101 10101101 11111 10010 0 100000 11011000 11001 111001

Color Harmonies of #778DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DAD

Black with #778DAD

Text Example


Text Example

White with #778DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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