Html Css Color HEX #7686AB Ship Cove

📋 copy color: '#7686AB'

red 118 ◦ green 134 ◦ blue 171

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

Shades of Ship Cove #7686AB

Tints of Ship Cove #7686AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

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

R = 27.9%
G = 31.68%
B = 40.43%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7686AB (or 0x7686AB) is known color: Ship Cove. HEX triplet: 76, 86 and AB. RGB value is (118,134,171). Sum of RGB (Red+Green+Blue) = 118+134+171=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #7686AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7686AB is #897954. Grayscale: #858585. Windows color (decimal): -9009493 or 11241078. OLE color: 11241078.

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

Color convert

RGB 118 134 171 -
CMYK 0.31 0.22 0 0.33
HSL 221.89º 0.24% 0.57% -
HSV(B) 221.89º 0.31% 0.67% -
XYZ 23.35 23.84 41.9 -
YUV 133.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 118 134 171 0.31 0.22 0 0.33 221.89 0.24 0.57
Hex 76 86 AB 1F 16 0 21 DE 18 39
Octal 166 206 253 37 26 0 41 336 30 71
Binary 1110110 10000110 10101011 11111 10110 0 100001 11011110 11000 111001

Color Harmonies of #7686AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7686AB

Black with #7686AB

Text Example


Text Example

White with #7686AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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