#726385

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

Shades of Kimberly #726385

Tints of Kimberly #726385

Color information

#726385 (or 0x726385) is unknown color: approx Kimberly. HEX triplet: 72, 63 and 85. RGB value is (114,99,133). Sum of RGB (Red+Green+Blue) = 114+99+133=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #726385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726385 is #8D9C7A. Grayscale: #6B6B6B. Windows color (decimal): -9280635 or 8741746. OLE color: 8741746.

HSL color Cylindrical-coordinate representation of color #726385: hue angle of 266.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #726385 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11499133-
CMYK0.140.2600.48
HSL266.47º14.66%45.49%-
HSV(B)266.47º25.56%52.16%-
XYZ15.6314.1924.11-
YUV107.36142.47132.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=32.95%
G=28.61%
B=38.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114991330.140.2600.48266.4714.6645.49
Hex726385E1A03010af2d
Octal16214320516320604121755
Binary111001011000111000010111101101001100001000010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726385; }

 p { color: rgb(114,99,133); }

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

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

 a { background-color: rgb(114,99,133); }

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

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

 span { border-color: rgb(114,99,133); }

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