#7695B6

Color #7695B6 Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7695B6

Tints of Ship Cove #7695B6

Color information

#7695B6 (or 0x7695B6) is unknown color: approx Ship Cove. HEX triplet: 76, 95 and B6. RGB value is (118,149,182). Sum of RGB (Red+Green+Blue) = 118+149+182=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #7695B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695B6 is #896A49. Grayscale: #8F8F8F. Windows color (decimal): -9005642 or 11965814. OLE color: 11965814.

HSL color Cylindrical-coordinate representation of color #7695B6: hue angle of 210.94º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7695B6 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB118149182-
CMYK0.350.1800.29
HSL210.94º30.48%58.82%-
HSV(B)210.94º35.16%71.37%-
XYZ26.6628.7248.39-
YUV143.49149.73109.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 149 (58.59% from 255) = 33.18%
BLUE value IS 182 (71.48% from 255) = 40.53%
R=26.28%
G=33.18%
B=40.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181491820.350.1800.29210.9430.4858.82
Hex7695B6231201Dd31e3b
Octal16622526643220353233673
Binary11101101001010110110110100011100100111011101001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7695B6; }

 p { color: rgb(118,149,182); }

 H1.HeaderClassName
 {
   color: #7695B6;
 }
 .AnyTagClassName
 {
   color: #7695B6;
 }
</style>
background-color css

<style>
 a { background-color: #7695B6; }

 a { background-color: rgb(118,149,182); }

 div.DivClassName
 {
   background-color: #7695B6;
 }
 .BgClassName
 {
   background-color: #7695B6;
 }
</style>
border-color css

<style>
 span { border-color: #7695B6; }

 span { border-color: rgb(118,149,182); }

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