#75769A

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

Shades of Scampi #75769A

Tints of Scampi #75769A

Color information

#75769A (or 0x75769A) is unknown color: approx Scampi. HEX triplet: 75, 76 and 9A. RGB value is (117,118,154). Sum of RGB (Red+Green+Blue) = 117+118+154=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 154 - color contains mainly: blue. Hex color #75769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75769A is #8A8965. Grayscale: #797979. Windows color (decimal): -9079142 or 10122869. OLE color: 10122869.

HSL color Cylindrical-coordinate representation of color #75769A: hue angle of 238.38º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75769A is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117118154-
CMYK0.240.2300.40
HSL238.38º15.48%53.14%-
HSV(B)238.38º24.03%60.39%-
XYZ19.6519.0733.22-
YUV121.8146.17124.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=30.08%
G=30.33%
B=39.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171181540.240.2300.40238.3815.4853.14
Hex75769A1817028eef35
Octal16516623230270503561765
Binary111010111101101001101011000101110101000111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,118,154); }

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

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

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

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

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

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

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