Html Css Color HEX #7688AB Ship Cove

📋 copy color: '#7688AB'

red 118 ◦ green 136 ◦ blue 171

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

Shades of Ship Cove #7688AB

Tints of Ship Cove #7688AB

RGB

 RED value IS 118 (46.48% from 255) = 27.76%

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

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

R = 27.76%
G = 32%
B = 40.24%

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

#7688AB (or 0x7688AB) is known color: Ship Cove. HEX triplet: 76, 88 and AB. RGB value is (118,136,171). Sum of RGB (Red+Green+Blue) = 118+136+171=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #7688AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7688AB is #897754. Grayscale: #868686. Windows color (decimal): -9008981 or 11241590. OLE color: 11241590.

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

Color convert

RGB 118 136 171 -
CMYK 0.31 0.20 0 0.33
HSL 219.62º 0.24% 0.57% -
HSV(B) 219.62º 0.31% 0.67% -
XYZ 23.63 24.4 41.99 -
YUV 134.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 118 136 171 0.31 0.20 0 0.33 219.62 0.24 0.57
Hex 76 88 AB 1F 14 0 21 DC 18 39
Octal 166 210 253 37 24 0 41 334 30 71
Binary 1110110 10001000 10101011 11111 10100 0 100001 11011100 11000 111001

Color Harmonies of #7688AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7688AB

Black with #7688AB

Text Example


Text Example

White with #7688AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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