#75727C

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

Shades of Dolphin #75727C

Tints of Dolphin #75727C

Color information

#75727C (or 0x75727C) is unknown color: approx Dolphin. HEX triplet: 75, 72 and 7C. RGB value is (117,114,124). Sum of RGB (Red+Green+Blue) = 117+114+124=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 124 - color contains mainly: blue. Hex color #75727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75727C is #8A8D83. Grayscale: #737373. Windows color (decimal): -9080196 or 8155765. OLE color: 8155765.

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

Color convert

RGB117114124-
CMYK0.060.0800.51
HSL258º4.2%46.67%-
HSV(B)258º8.06%48.63%-
XYZ16.9917.2721.51-
YUV116.04132.49128.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=32.96%
G=32.11%
B=34.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171141240.060.0800.512584.246.67
Hex75727C6803310242f
Octal165162174610063402457
Binary11101011110010111110011010000110011100000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75727C; }

 p { color: rgb(117,114,124); }

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

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

 a { background-color: rgb(117,114,124); }

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

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

 span { border-color: rgb(117,114,124); }

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