#676376

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

Shades of Dolphin #676376

Tints of Dolphin #676376

Color information

#676376 (or 0x676376) is unknown color: approx Dolphin. HEX triplet: 67, 63 and 76. RGB value is (103,99,118). Sum of RGB (Red+Green+Blue) = 103+99+118=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #676376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676376 is #989C89. Grayscale: #666666. Windows color (decimal): -10001546 or 7758695. OLE color: 7758695.

HSL color Cylindrical-coordinate representation of color #676376: hue angle of 252.63º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676376 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10399118-
CMYK0.130.1600.54
HSL252.63º8.76%42.55%-
HSV(B)252.63º16.1%46.27%-
XYZ13.3313.1218.97-
YUV102.36136.83128.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=32.19%
G=30.94%
B=36.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103991180.130.1600.54252.638.7642.55
Hex676376D10036fd92b
Octal14714316615200663751153
Binary1100111110001111101101101100000110110111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676376; }

 p { color: rgb(103,99,118); }

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

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

 a { background-color: rgb(103,99,118); }

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

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

 span { border-color: rgb(103,99,118); }

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