#75629c

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

Shades of Scampi #75629C

Tints of Scampi #75629C

Color information

#75629C (or 0x75629C) is unknown color: approx Scampi. HEX triplet: 75, 62 and 9C. RGB value is (117,98,156). Sum of RGB (Red+Green+Blue) = 117+98+156=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #75629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75629C is #8A9D63. Grayscale: #6E6E6E. Windows color (decimal): -9084260 or 10248821. OLE color: 10248821.

HSL color Cylindrical-coordinate representation of color #75629C: hue angle of 259.66º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75629C is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11798156-
CMYK0.250.3700.39
HSL259.66º22.83%49.8%-
HSV(B)259.66º37.18%61.18%-
XYZ17.714.9233.4-
YUV110.29153.79132.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=31.54%
G=26.42%
B=42.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117981560.250.3700.39259.6622.8349.8
Hex75629C19250271041732
Octal16514223431450474042762
Binary111010111000101001110011001100101010011110000010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75629c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75629c; }

 p { color: rgb(117,98,156); }

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

<style>
 a { background-color: #75629c; }

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

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

<style>
 span { border-color: #75629c; }

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

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