#726783

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

Shades of Kimberly #726783

Tints of Kimberly #726783

Color information

#726783 (or 0x726783) is unknown color: approx Kimberly. HEX triplet: 72, 67 and 83. RGB value is (114,103,131). Sum of RGB (Red+Green+Blue) = 114+103+131=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 131 - color contains mainly: blue. Hex color #726783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726783 is #8D987C. Grayscale: #6D6D6D. Windows color (decimal): -9279613 or 8611698. OLE color: 8611698.

HSL color Cylindrical-coordinate representation of color #726783: hue angle of 263.57º 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 #726783 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB114103131-
CMYK0.130.2100.49
HSL263.57º11.97%45.88%-
HSV(B)263.57º21.37%51.37%-
XYZ15.8914.9223.51-
YUV109.48140.14131.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.76%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=32.76%
G=29.60%
B=37.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141031310.130.2100.49263.5711.9745.88
Hex726783D15031108c2e
Octal16214720315250614101456
Binary111001011001111000001111011010101100011000010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726783; }

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

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

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

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

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

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

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

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