#73708E

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

Shades of Scampi #73708E

Tints of Scampi #73708E

Color information

#73708E (or 0x73708E) is unknown color: approx Scampi. HEX triplet: 73, 70 and 8E. RGB value is (115,112,142). Sum of RGB (Red+Green+Blue) = 115+112+142=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #73708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73708E is #8C8F71. Grayscale: #747474. Windows color (decimal): -9211762 or 9334899. OLE color: 9334899.

HSL color Cylindrical-coordinate representation of color #73708E: hue angle of 246º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73708E is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115112142-
CMYK0.190.2100.44
HSL246º11.81%49.8%-
HSV(B)246º21.13%55.69%-
XYZ17.7517.1927.97-
YUV116.32142.49127.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 142 (55.86% from 255) = 38.48%
R=31.17%
G=30.35%
B=38.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151121420.190.2100.4424611.8149.8
Hex73708E131502Cf6c32
Octal16316021623250543661462
Binary111001111100001000111010011101010101100111101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73708E; }

 p { color: rgb(115,112,142); }

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

<style>
 a { background-color: #73708E; }

 a { background-color: rgb(115,112,142); }

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

<style>
 span { border-color: #73708E; }

 span { border-color: rgb(115,112,142); }

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