#73678E

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

Shades of Kimberly #73678E

Tints of Kimberly #73678E

Color information

#73678E (or 0x73678E) is unknown color: approx Kimberly. HEX triplet: 73, 67 and 8E. RGB value is (115,103,142). Sum of RGB (Red+Green+Blue) = 115+103+142=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #73678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73678E is #8C9871. Grayscale: #6E6E6E. Windows color (decimal): -9214066 or 9332595. OLE color: 9332595.

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

Color convert

RGB115103142-
CMYK0.190.2700.44
HSL258.46º15.92%48.04%-
HSV(B)258.46º27.46%55.69%-
XYZ16.815.327.66-
YUV111.03145.48130.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.94%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=31.94%
G=28.61%
B=39.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151031420.190.2700.44258.4615.9248.04
Hex73678E131B02C1021030
Octal16314721623330544022060
Binary11100111100111100011101001111011010110010000001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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