Html Css Color HEX #7788AC Ship Cove

📋 copy color: '#7788AC'

red 119 ◦ green 136 ◦ blue 172

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

Shades of Ship Cove #7788AC

Tints of Ship Cove #7788AC

RGB

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

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

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

R = 27.87%
G = 31.85%
B = 40.28%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7788AC (or 0x7788AC) is known color: Ship Cove. HEX triplet: 77, 88 and AC. RGB value is (119,136,172). Sum of RGB (Red+Green+Blue) = 119+136+172=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #7788AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7788AC is #887753. Grayscale: #868686. Windows color (decimal): -8943444 or 11307127. OLE color: 11307127.

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

Color convert

RGB 119 136 172 -
CMYK 0.31 0.21 0 0.33
HSL 220.75º 0.24% 0.57% -
HSV(B) 220.75º 0.31% 0.67% -
XYZ 23.86 24.51 42.5 -
YUV 135.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 119 136 172 0.31 0.21 0 0.33 220.75 0.24 0.57
Hex 77 88 AC 1F 15 0 21 DD 18 39
Octal 167 210 254 37 25 0 41 335 30 71
Binary 1110111 10001000 10101100 11111 10101 0 100001 11011101 11000 111001

Color Harmonies of #7788AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7788AC

Black with #7788AC

Text Example


Text Example

White with #7788AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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