#686772

Color #686772 Dolphin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolphin #686772

Tints of Dolphin #686772

Color information

#686772 (or 0x686772) is unknown color: approx Dolphin. HEX triplet: 68, 67 and 72. RGB value is (104,103,114). Sum of RGB (Red+Green+Blue) = 104+103+114=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #686772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686772 is #97988D. Grayscale: #686868. Windows color (decimal): -9934990 or 7497576. OLE color: 7497576.

HSL color Cylindrical-coordinate representation of color #686772: hue angle of 245.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686772 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104103114-
CMYK0.090.1000.55
HSL245.45º5.07%42.55%-
HSV(B)245.45º9.65%44.71%-
XYZ13.613.8617.88-
YUV104.55133.33127.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=32.40%
G=32.09%
B=35.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041031140.090.1000.55245.455.0742.55
Hex6867729A037f552b
Octal1501471621112067365553
Binary11010001100111111001010011010011011111110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686772; }

 p { color: rgb(104,103,114); }

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

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

 a { background-color: rgb(104,103,114); }

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

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

 span { border-color: rgb(104,103,114); }

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