#726782

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

Shades of Kimberly #726782

Tints of Kimberly #726782

Color information

#726782 (or 0x726782) is unknown color: approx Kimberly. HEX triplet: 72, 67 and 82. RGB value is (114,103,130). Sum of RGB (Red+Green+Blue) = 114+103+130=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 130 - color contains mainly: blue. Hex color #726782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726782 is #8D987D. Grayscale: #6D6D6D. Windows color (decimal): -9279614 or 8546162. OLE color: 8546162.

HSL color Cylindrical-coordinate representation of color #726782: hue angle of 264.44º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726782 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114103130-
CMYK0.120.2100.49
HSL264.44º11.59%45.69%-
HSV(B)264.44º20.77%50.98%-
XYZ15.8214.8923.16-
YUV109.37139.64131.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=32.85%
G=29.68%
B=37.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141031300.120.2100.49264.4411.5945.69
Hex726782C15031108c2e
Octal16214720214250614101456
Binary111001011001111000001011001010101100011000010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726782; }

 p { color: rgb(114,103,130); }

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

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

 a { background-color: rgb(114,103,130); }

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

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

 span { border-color: rgb(114,103,130); }

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