#676575

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

Shades of Dolphin #676575

Tints of Dolphin #676575

Color information

#676575 (or 0x676575) is unknown color: approx Dolphin. HEX triplet: 67, 65 and 75. RGB value is (103,101,117). Sum of RGB (Red+Green+Blue) = 103+101+117=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #676575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676575 is #989A8A. Grayscale: #676767. Windows color (decimal): -10001035 or 7693671. OLE color: 7693671.

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

Color convert

RGB103101117-
CMYK0.120.1400.54
HSL247.5º7.34%42.75%-
HSV(B)247.5º13.68%45.88%-
XYZ13.4613.4818.72-
YUV103.42135.66127.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=32.09%
G=31.46%
B=36.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031011170.120.1400.54247.57.3442.75
Hex676575CE036f872b
Octal1471451651416066370753
Binary11001111100101111010111001110011011011111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676575; }

 p { color: rgb(103,101,117); }

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

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

 a { background-color: rgb(103,101,117); }

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

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

 span { border-color: rgb(103,101,117); }

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