#76757E

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

Shades of Dolphin #76757E

Tints of Dolphin #76757E

Color information

#76757E (or 0x76757E) is unknown color: approx Dolphin. HEX triplet: 76, 75 and 7E. RGB value is (118,117,126). Sum of RGB (Red+Green+Blue) = 118+117+126=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 126 - color contains mainly: blue. Hex color #76757E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76757E is #898A81. Grayscale: #767676. Windows color (decimal): -9013890 or 8287606. OLE color: 8287606.

HSL color Cylindrical-coordinate representation of color #76757E: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #76757E is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB118117126-
CMYK0.060.0700.51
HSL246.67º3.7%47.65%-
HSV(B)246.67º7.14%49.41%-
XYZ17.618.0822.3-
YUV118.32132.33127.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=32.69%
G=32.41%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1181171260.060.0700.51246.673.747.65
Hex76757E67033f7430
Octal16616517667063367460
Binary111011011101011111110110111011001111110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76757E; }

 p { color: rgb(118,117,126); }

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

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

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

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

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

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

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