#75738A

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

Shades of Dolphin #75738A

Tints of Dolphin #75738A

Color information

#75738A (or 0x75738A) is unknown color: approx Dolphin. HEX triplet: 75, 73 and 8A. RGB value is (117,115,138). Sum of RGB (Red+Green+Blue) = 117+115+138=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #75738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738A is #8A8C75. Grayscale: #767676. Windows color (decimal): -9079926 or 9073525. OLE color: 9073525.

HSL color Cylindrical-coordinate representation of color #75738A: hue angle of 245.22º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75738A is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117115138-
CMYK0.150.1700.46
HSL245.22º9.09%49.61%-
HSV(B)245.22º16.67%54.12%-
XYZ18.0517.8826.54-
YUV118.22139.16127.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=31.62%
G=31.08%
B=37.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171151380.150.1700.46245.229.0949.61
Hex75738AF1102Ef5932
Octal16516321217210563651162
Binary11101011110011100010101111100010101110111101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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