#676177

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

Shades of Dolphin #676177

Tints of Dolphin #676177

Color information

#676177 (or 0x676177) is unknown color: approx Dolphin. HEX triplet: 67, 61 and 77. RGB value is (103,97,119). Sum of RGB (Red+Green+Blue) = 103+97+119=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #676177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676177 is #989E88. Grayscale: #656565. Windows color (decimal): -10002057 or 7823719. OLE color: 7823719.

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

Color convert

RGB10397119-
CMYK0.130.1800.53
HSL256.36º10.19%42.35%-
HSV(B)256.36º18.49%46.67%-
XYZ13.212.7619.22-
YUV101.3137.99129.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=32.29%
G=30.41%
B=37.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103971190.130.1800.53256.3610.1942.35
Hex676177D12035100a2a
Octal14714116715220654001252
Binary11001111100001111011111011001001101011000000001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676177; }

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

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

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

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

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

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

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

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