Html Css Color HEX #778DAC Ship Cove

📋 copy color: '#778DAC'

red 119 ◦ green 141 ◦ blue 172

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

Shades of Ship Cove #778DAC

Tints of Ship Cove #778DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 27.55%
G = 32.64%
B = 39.81%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#778DAC (or 0x778DAC) is known color: Ship Cove. HEX triplet: 77, 8D and AC. RGB value is (119,141,172). Sum of RGB (Red+Green+Blue) = 119+141+172=432 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.55% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #778DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778DAC is #887253. Grayscale: #898989. Windows color (decimal): -8942164 or 11308407. OLE color: 11308407.

HSL color Cylindrical-coordinate representation of color #778DAC: hue angle of 215.09º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #778DAC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 141 172 -
CMYK 0.31 0.18 0 0.33
HSL 215.09º 0.24% 0.57% -
HSV(B) 215.09º 0.31% 0.67% -
XYZ 24.58 25.95 42.74 -
YUV 137.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 119 141 172 0.31 0.18 0 0.33 215.09 0.24 0.57
Hex 77 8D AC 1F 12 0 21 D7 18 39
Octal 167 215 254 37 22 0 41 327 30 71
Binary 1110111 10001101 10101100 11111 10010 0 100001 11010111 11000 111001

Color Harmonies of #778DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DAC

Black with #778DAC

Text Example


Text Example

White with #778DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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