#75738D

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

Shades of Scampi #75738D

Tints of Scampi #75738D

Color information

#75738D (or 0x75738D) is unknown color: approx Scampi. HEX triplet: 75, 73 and 8D. RGB value is (117,115,141). Sum of RGB (Red+Green+Blue) = 117+115+141=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #75738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738D is #8A8C72. Grayscale: #767676. Windows color (decimal): -9079923 or 9270133. OLE color: 9270133.

HSL color Cylindrical-coordinate representation of color #75738D: hue angle of 244.62º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #75738D is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117115141-
CMYK0.170.1800.45
HSL244.62º10.24%50.2%-
HSV(B)244.62º18.44%55.29%-
XYZ18.2717.9727.7-
YUV118.56140.66126.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=31.37%
G=30.83%
B=37.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171151410.170.1800.45244.6210.2450.2
Hex75738D111202Df5a32
Octal16516321521220553651262
Binary111010111100111000110110001100100101101111101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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