Html Css Color HEX #7788AE Ship Cove

📋 copy color: '#7788AE'

red 119 ◦ green 136 ◦ blue 174

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

Shades of Ship Cove #7788AE

Tints of Ship Cove #7788AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.56%

R = 27.74%
G = 31.7%
B = 40.56%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7788AE (or 0x7788AE) is known color: Ship Cove. HEX triplet: 77, 88 and AE. RGB value is (119,136,174). Sum of RGB (Red+Green+Blue) = 119+136+174=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #7788AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7788AE is #887751. Grayscale: #878787. Windows color (decimal): -8943442 or 11438199. OLE color: 11438199.

HSL color Cylindrical-coordinate representation of color #7788AE: hue angle of 221.45º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7788AE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 136 174 -
CMYK 0.32 0.22 0 0.32
HSL 221.45º 0.25% 0.57% -
HSV(B) 221.45º 0.32% 0.68% -
XYZ 24.05 24.59 43.52 -
YUV 135.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 119 136 174 0.32 0.22 0 0.32 221.45 0.25 0.57
Hex 77 88 AE 20 16 0 20 DD 19 39
Octal 167 210 256 40 26 0 40 335 31 71
Binary 1110111 10001000 10101110 100000 10110 0 100000 11011101 11001 111001

Color Harmonies of #7788AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7788AE

Black with #7788AE

Text Example


Text Example

White with #7788AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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