#7692AF

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

Shades of Ship Cove #7692AF

Tints of Ship Cove #7692AF

Color information

#7692AF (or 0x7692AF) is unknown color: approx Ship Cove. HEX triplet: 76, 92 and AF. RGB value is (118,146,175). Sum of RGB (Red+Green+Blue) = 118+146+175=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #7692AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7692AF is #896D50. Grayscale: #8C8C8C. Windows color (decimal): -9006417 or 11506294. OLE color: 11506294.

HSL color Cylindrical-coordinate representation of color #7692AF: hue angle of 210.53º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7692AF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB118146175-
CMYK0.330.1700.31
HSL210.53º26.27%57.45%-
HSV(B)210.53º32.57%68.63%-
XYZ25.4927.544.52-
YUV140.93147.22111.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=26.88%
G=33.26%
B=39.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1181461750.330.1700.31210.5326.2757.45
Hex7692AF211101Fd31a39
Octal16622225741210373233271
Binary11101101001001010101111100001100010111111101001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7692AF; }

 p { color: rgb(118,146,175); }

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

<style>
 a { background-color: #7692AF; }

 a { background-color: rgb(118,146,175); }

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

<style>
 span { border-color: #7692AF; }

 span { border-color: rgb(118,146,175); }

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