#75737A

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

Shades of Dolphin #75737A

Tints of Dolphin #75737A

Color information

#75737A (or 0x75737A) is unknown color: approx Dolphin. HEX triplet: 75, 73 and 7A. RGB value is (117,115,122). Sum of RGB (Red+Green+Blue) = 117+115+122=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 122 - color contains mainly: blue. Hex color #75737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75737A is #8A8C85. Grayscale: #747474. Windows color (decimal): -9079942 or 8024949. OLE color: 8024949.

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

Color convert

RGB117115122-
CMYK0.040.0600.52
HSL257.14º2.95%46.47%-
HSV(B)257.14º5.74%47.84%-
XYZ16.9817.4520.89-
YUV116.4131.16128.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=33.05%
G=32.49%
B=34.46%

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
Decimal1171151220.040.0600.52257.142.9546.47
Hex75737A4603410132e
Octal16516317246064401356
Binary111010111100111111010100110011010010000000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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