#71678E

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

Shades of Kimberly #71678E

Tints of Kimberly #71678E

Color information

#71678E (or 0x71678E) is unknown color: approx Kimberly. HEX triplet: 71, 67 and 8E. RGB value is (113,103,142). Sum of RGB (Red+Green+Blue) = 113+103+142=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #71678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71678E is #8E9871. Grayscale: #6E6E6E. Windows color (decimal): -9345138 or 9332593. OLE color: 9332593.

HSL color Cylindrical-coordinate representation of color #71678E: hue angle of 255.38º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71678E is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB113103142-
CMYK0.200.2700.44
HSL255.38º15.92%48.04%-
HSV(B)255.38º27.46%55.69%-
XYZ16.5415.1627.65-
YUV110.44145.81129.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=31.56%
G=28.77%
B=39.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131031420.200.2700.44255.3815.9248.04
Hex71678E141B02Cff1030
Octal16114721624330543772060
Binary1110001110011110001110101001101101011001111111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71678E; }

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

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

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

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

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

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

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

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