Html Css Color HEX #7788AB Ship Cove

📋 copy color: '#7788AB'

red 119 ◦ green 136 ◦ blue 171

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

Shades of Ship Cove #7788AB

Tints of Ship Cove #7788AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

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

R = 27.93%
G = 31.92%
B = 40.14%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7788AB (or 0x7788AB) is known color: Ship Cove. HEX triplet: 77, 88 and AB. RGB value is (119,136,171). Sum of RGB (Red+Green+Blue) = 119+136+171=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #7788AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7788AB is #887754. Grayscale: #868686. Windows color (decimal): -8943445 or 11241591. OLE color: 11241591.

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

Color convert

RGB 119 136 171 -
CMYK 0.30 0.20 0 0.33
HSL 220.38º 0.24% 0.57% -
HSV(B) 220.38º 0.3% 0.67% -
XYZ 23.76 24.47 42 -
YUV 134.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 119 136 171 0.30 0.20 0 0.33 220.38 0.24 0.57
Hex 77 88 AB 1E 14 0 21 DC 18 39
Octal 167 210 253 36 24 0 41 334 30 71
Binary 1110111 10001000 10101011 11110 10100 0 100001 11011100 11000 111001

Color Harmonies of #7788AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7788AB

Black with #7788AB

Text Example


Text Example

White with #7788AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7788AB; }

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

 H1.HeaderClassName
 {
   color: #7788AB;
 }
 .AnyTagClassName
 {
   color: #7788AB;
 }
</style>

background-color css

<style>
 a { background-color: #7788AB; }

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

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

border-color css

<style>
 span { border-color: #7788AB; }

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

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