#73658A

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

Shades of Kimberly #73658A

Tints of Kimberly #73658A

Color information

#73658A (or 0x73658A) is unknown color: approx Kimberly. HEX triplet: 73, 65 and 8A. RGB value is (115,101,138). Sum of RGB (Red+Green+Blue) = 115+101+138=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #73658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73658A is #8C9A75. Grayscale: #6D6D6D. Windows color (decimal): -9214582 or 9069939. OLE color: 9069939.

HSL color Cylindrical-coordinate representation of color #73658A: hue angle of 262.7º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73658A is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115101138-
CMYK0.170.2700.46
HSL262.7º15.48%46.86%-
HSV(B)262.7º26.81%54.12%-
XYZ16.3114.7926.04-
YUV109.4144.14131.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.49%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=32.49%
G=28.53%
B=38.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151011380.170.2700.46262.715.4846.86
Hex73658A111B02E107f2f
Octal16314521221330564071757
Binary1110011110010110001010100011101101011101000001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,101,138); }

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

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

 a { background-color: rgb(115,101,138); }

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

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

 span { border-color: rgb(115,101,138); }

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