#676077

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

Shades of Dolphin #676077

Tints of Dolphin #676077

Color information

#676077 (or 0x676077) is unknown color: approx Dolphin. HEX triplet: 67, 60 and 77. RGB value is (103,96,119). Sum of RGB (Red+Green+Blue) = 103+96+119=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #676077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676077 is #989F88. Grayscale: #646464. Windows color (decimal): -10002313 or 7823463. OLE color: 7823463.

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

Color convert

RGB10396119-
CMYK0.130.1900.53
HSL258.26º10.7%42.16%-
HSV(B)258.26º19.33%46.67%-
XYZ13.1112.5819.19-
YUV100.72138.32129.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.39%
GREEN value IS 96 (37.89% from 255) = 30.19%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=32.39%
G=30.19%
B=37.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal103961190.130.1900.53258.2610.742.16
Hex676077D13035102b2a
Octal14714016715230654021352
Binary11001111100000111011111011001101101011000000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676077; }

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

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

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

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

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

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

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

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