#676175

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

Shades of Dolphin #676175

Tints of Dolphin #676175

Color information

#676175 (or 0x676175) is unknown color: approx Dolphin. HEX triplet: 67, 61 and 75. RGB value is (103,97,117). Sum of RGB (Red+Green+Blue) = 103+97+117=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #676175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676175 is #989E8A. Grayscale: #656565. Windows color (decimal): -10002059 or 7692647. OLE color: 7692647.

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

Color convert

RGB10397117-
CMYK0.120.1700.54
HSL258º9.35%41.96%-
HSV(B)258º17.09%45.88%-
XYZ13.0812.7218.59-
YUV101.07136.99129.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.49%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=32.49%
G=30.60%
B=36.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal103971170.120.1700.542589.3541.96
Hex676175C1103610292a
Octal14714116514210664021152
Binary11001111100001111010111001000101101101000000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676175; }

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

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

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

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

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

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

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

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