Html Css Color HEX #778AAB Ship Cove

📋 copy color: '#778AAB'

red 119 ◦ green 138 ◦ blue 171

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

Shades of Ship Cove #778AAB

Tints of Ship Cove #778AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.95%

R = 27.8%
G = 32.24%
B = 39.95%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#778AAB (or 0x778AAB) is known color: Ship Cove. HEX triplet: 77, 8A and AB. RGB value is (119,138,171). Sum of RGB (Red+Green+Blue) = 119+138+171=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #778AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778AAB is #887554. Grayscale: #878787. Windows color (decimal): -8942933 or 11242103. OLE color: 11242103.

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

Color convert

RGB 119 138 171 -
CMYK 0.30 0.19 0 0.33
HSL 218.08º 0.24% 0.57% -
HSV(B) 218.08º 0.3% 0.67% -
XYZ 24.05 25.04 42.09 -
YUV 136.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 119 138 171 0.30 0.19 0 0.33 218.08 0.24 0.57
Hex 77 8A AB 1E 13 0 21 DA 18 39
Octal 167 212 253 36 23 0 41 332 30 71
Binary 1110111 10001010 10101011 11110 10011 0 100001 11011010 11000 111001

Color Harmonies of #778AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AAB

Black with #778AAB

Text Example


Text Example

White with #778AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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