#676477

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

Shades of Dolphin #676477

Tints of Dolphin #676477

Color information

#676477 (or 0x676477) is unknown color: approx Dolphin. HEX triplet: 67, 64 and 77. RGB value is (103,100,119). Sum of RGB (Red+Green+Blue) = 103+100+119=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #676477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676477 is #989B88. Grayscale: #666666. Windows color (decimal): -10001289 or 7824487. OLE color: 7824487.

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

Color convert

RGB103100119-
CMYK0.130.1600.53
HSL249.47º8.68%42.94%-
HSV(B)249.47º15.97%46.67%-
XYZ13.4813.3319.32-
YUV103.06136.99127.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.99%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=31.99%
G=31.06%
B=36.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031001190.130.1600.53249.478.6842.94
Hex676477D10035f992b
Octal14714416715200653711153
Binary1100111110010011101111101100000110101111110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676477; }

 p { color: rgb(103,100,119); }

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

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

 a { background-color: rgb(103,100,119); }

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

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

 span { border-color: rgb(103,100,119); }

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