Html Css Color HEX #778AAC Ship Cove

📋 copy color: '#778AAC'

red 119 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #778AAC

Tints of Ship Cove #778AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

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

R = 27.74%
G = 32.17%
B = 40.09%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#778AAC (or 0x778AAC) is known color: Ship Cove. HEX triplet: 77, 8A and AC. RGB value is (119,138,172). Sum of RGB (Red+Green+Blue) = 119+138+172=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #778AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAC is #887553. Grayscale: #888888. Windows color (decimal): -8942932 or 11307639. OLE color: 11307639.

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

Color convert

RGB 119 138 172 -
CMYK 0.31 0.20 0 0.33
HSL 218.49º 0.24% 0.57% -
HSV(B) 218.49º 0.31% 0.67% -
XYZ 24.14 25.08 42.6 -
YUV 136.2 148.21 115.74 -
System Red Green Blue C M Y K H S L
Decimal 119 138 172 0.31 0.20 0 0.33 218.49 0.24 0.57
Hex 77 8A AC 1F 14 0 21 DA 18 39
Octal 167 212 254 37 24 0 41 332 30 71
Binary 1110111 10001010 10101100 11111 10100 0 100001 11011010 11000 111001

Color Harmonies of #778AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AAC

Black with #778AAC

Text Example


Text Example

White with #778AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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