#76757A

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

Shades of Dolphin #76757A

Tints of Dolphin #76757A

Color information

#76757A (or 0x76757A) is unknown color: approx Dolphin. HEX triplet: 76, 75 and 7A. RGB value is (118,117,122). Sum of RGB (Red+Green+Blue) = 118+117+122=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 122 - color contains mainly: blue. Hex color #76757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76757A is #898A85. Grayscale: #757575. Windows color (decimal): -9013894 or 8025462. OLE color: 8025462.

HSL color Cylindrical-coordinate representation of color #76757A: hue angle of 252º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #76757A is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB118117122-
CMYK0.030.0400.52
HSL252º2.09%46.86%-
HSV(B)252º4.1%47.84%-
XYZ17.3517.9820.97-
YUV117.87130.33128.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=33.05%
G=32.77%
B=34.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181171220.030.0400.522522.0946.86
Hex76757A34034fc22f
Octal16616517234064374257
Binary1110110111010111110101110001101001111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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