#716784

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

Shades of Kimberly #716784

Tints of Kimberly #716784

Color information

#716784 (or 0x716784) is unknown color: approx Kimberly. HEX triplet: 71, 67 and 84. RGB value is (113,103,132). Sum of RGB (Red+Green+Blue) = 113+103+132=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #716784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716784 is #8E987B. Grayscale: #6D6D6D. Windows color (decimal): -9345148 or 8677233. OLE color: 8677233.

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

Color convert

RGB113103132-
CMYK0.140.2200.48
HSL260.69º12.34%46.08%-
HSV(B)260.69º21.97%51.76%-
XYZ15.8314.8823.87-
YUV109.3140.81130.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=32.47%
G=29.60%
B=37.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131031320.140.2200.48260.6912.3446.08
Hex716784E16030105c2e
Octal16114720416260604051456
Binary111000111001111000010011101011001100001000001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716784; }

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

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

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

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

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

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

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

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