#75757A

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

Shades of Dolphin #75757A

Tints of Dolphin #75757A

Color information

#75757A (or 0x75757A) is unknown color: approx Dolphin. HEX triplet: 75, 75 and 7A. RGB value is (117,117,122). Sum of RGB (Red+Green+Blue) = 117+117+122=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 122 - color contains mainly: blue. Hex color #75757A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75757A is #8A8A85. Grayscale: #757575. Windows color (decimal): -9079430 or 8025461. OLE color: 8025461.

HSL color Cylindrical-coordinate representation of color #75757A: hue angle of 240º 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 #75757A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB117117122-
CMYK0.040.0400.52
HSL240º2.09%46.86%-
HSV(B)240º4.1%47.84%-
XYZ17.2117.9120.96-
YUV117.57130.5127.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=32.87%
G=32.87%
B=34.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1171171220.040.0400.522402.0946.86
Hex75757A44034f022f
Octal16516517244064360257
Binary11101011110101111101010010001101001111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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