#767677

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

Shades of Dolphin #767677

Tints of Dolphin #767677

Color information

#767677 (or 0x767677) is unknown color: approx Dolphin. HEX triplet: 76, 76 and 77. RGB value is (118,118,119). Sum of RGB (Red+Green+Blue) = 118+118+119=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 119 - color contains mainly: blue. Hex color #767677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767677 is #898988. Grayscale: #767676. Windows color (decimal): -9013641 or 7829110. OLE color: 7829110.

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

Color convert

RGB118118119-
CMYK0.010.0100.53
HSL240º0.42%46.47%-
HSV(B)240º0.84%46.67%-
XYZ17.2818.1420.04-
YUV118.11128.5127.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 119 (46.88% from 255) = 33.52%
R=33.24%
G=33.24%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1181181190.010.0100.532400.4246.47
Hex76767711035f002e
Octal16616616711065360056
Binary111011011101101110111110110101111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767677; }

 p { color: rgb(118,118,119); }

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

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

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

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

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

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

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