#76747B

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

Shades of Dolphin #76747B

Tints of Dolphin #76747B

Color information

#76747B (or 0x76747B) is unknown color: approx Dolphin. HEX triplet: 76, 74 and 7B. RGB value is (118,116,123). Sum of RGB (Red+Green+Blue) = 118+116+123=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 123 - color contains mainly: blue. Hex color #76747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76747B is #898B84. Grayscale: #757575. Windows color (decimal): -9014149 or 8090742. OLE color: 8090742.

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

Color convert

RGB118116123-
CMYK0.040.0600.52
HSL257.14º2.93%46.86%-
HSV(B)257.14º5.69%48.24%-
XYZ17.2917.7721.26-
YUV117.4131.16128.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=33.05%
G=32.49%
B=34.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1181161230.040.0600.52257.142.9346.86
Hex76747B4603410132f
Octal16616417346064401357
Binary111011011101001111011100110011010010000000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76747B; }

 p { color: rgb(118,116,123); }

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

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

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

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

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

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

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