#676076

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

Shades of Dolphin #676076

Tints of Dolphin #676076

Color information

#676076 (or 0x676076) is unknown color: approx Dolphin. HEX triplet: 67, 60 and 76. RGB value is (103,96,118). Sum of RGB (Red+Green+Blue) = 103+96+118=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #676076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676076 is #989F89. Grayscale: #646464. Windows color (decimal): -10002314 or 7757927. OLE color: 7757927.

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

Color convert

RGB10396118-
CMYK0.130.1900.54
HSL259.09º10.28%41.96%-
HSV(B)259.09º18.64%46.27%-
XYZ13.0512.5618.88-
YUV100.6137.82129.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=32.49%
G=30.28%
B=37.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103961180.130.1900.54259.0910.2841.96
Hex676076D13036103a2a
Octal14714016615230664031252
Binary11001111100000111011011011001101101101000000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676076; }

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

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

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

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

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

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

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

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