#726985

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

Shades of Kimberly #726985

Tints of Kimberly #726985

Color information

#726985 (or 0x726985) is unknown color: approx Kimberly. HEX triplet: 72, 69 and 85. RGB value is (114,105,133). Sum of RGB (Red+Green+Blue) = 114+105+133=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #726985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726985 is #8D967A. Grayscale: #6E6E6E. Windows color (decimal): -9279099 or 8743282. OLE color: 8743282.

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

Color convert

RGB114105133-
CMYK0.140.2100.48
HSL259.29º11.76%46.67%-
HSV(B)259.29º21.05%52.16%-
XYZ16.2215.3724.3-
YUV110.88140.48130.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=32.39%
G=29.83%
B=37.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141051330.140.2100.48259.2911.7646.67
Hex726985E15030103c2f
Octal16215120516250604031457
Binary111001011010011000010111101010101100001000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726985; }

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

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

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

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

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

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

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

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