#75737C

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

Shades of Dolphin #75737C

Tints of Dolphin #75737C

Color information

#75737C (or 0x75737C) is unknown color: approx Dolphin. HEX triplet: 75, 73 and 7C. RGB value is (117,115,124). Sum of RGB (Red+Green+Blue) = 117+115+124=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #75737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75737C is #8A8C83. Grayscale: #747474. Windows color (decimal): -9079940 or 8156021. OLE color: 8156021.

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

Color convert

RGB117115124-
CMYK0.060.0700.51
HSL253.33º3.77%46.86%-
HSV(B)253.33º7.26%48.63%-
XYZ17.117.521.54-
YUV116.62132.16128.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=32.87%
G=32.30%
B=34.83%

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
Decimal1171151240.060.0700.51253.333.7746.86
Hex75737C67033fd42f
Octal16516317467063375457
Binary111010111100111111100110111011001111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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