#75747B

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

Shades of Dolphin #75747B

Tints of Dolphin #75747B

Color information

#75747B (or 0x75747B) is unknown color: approx Dolphin. HEX triplet: 75, 74 and 7B. RGB value is (117,116,123). Sum of RGB (Red+Green+Blue) = 117+116+123=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 123 - color contains mainly: blue. Hex color #75747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75747B is #8A8B84. Grayscale: #757575. Windows color (decimal): -9079685 or 8090741. OLE color: 8090741.

HSL color Cylindrical-coordinate representation of color #75747B: hue angle of 248.57º 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 #75747B is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117116123-
CMYK0.050.0600.52
HSL248.57º2.93%46.86%-
HSV(B)248.57º5.69%48.24%-
XYZ17.1617.721.25-
YUV117.1131.33127.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=32.87%
G=32.58%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171161230.050.0600.52248.572.9346.86
Hex75747B56034f932f
Octal16516417356064371357
Binary11101011110100111101110111001101001111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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