#716782

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

Shades of Kimberly #716782

Tints of Kimberly #716782

Color information

#716782 (or 0x716782) is unknown color: approx Kimberly. HEX triplet: 71, 67 and 82. RGB value is (113,103,130). Sum of RGB (Red+Green+Blue) = 113+103+130=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 130 - color contains mainly: blue. Hex color #716782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716782 is #8E987D. Grayscale: #6C6C6C. Windows color (decimal): -9345150 or 8546161. OLE color: 8546161.

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

Color convert

RGB113103130-
CMYK0.130.2100.49
HSL262.22º11.59%45.69%-
HSV(B)262.22º20.77%50.98%-
XYZ15.6914.8223.15-
YUV109.07139.81130.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=32.66%
G=29.77%
B=37.57%

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
Decimal1131031300.130.2100.49262.2211.5945.69
Hex716782D15031106c2e
Octal16114720215250614061456
Binary111000111001111000001011011010101100011000001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716782; }

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

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

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

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

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

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

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

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