#71678B

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

Shades of Kimberly #71678B

Tints of Kimberly #71678B

Color information

#71678B (or 0x71678B) is unknown color: approx Kimberly. HEX triplet: 71, 67 and 8B. RGB value is (113,103,139). Sum of RGB (Red+Green+Blue) = 113+103+139=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #71678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71678B is #8E9874. Grayscale: #6D6D6D. Windows color (decimal): -9345141 or 9135985. OLE color: 9135985.

HSL color Cylindrical-coordinate representation of color #71678B: hue angle of 256.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71678B is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113103139-
CMYK0.190.2600.45
HSL256.67º14.88%47.45%-
HSV(B)256.67º25.9%54.51%-
XYZ16.3215.0826.48-
YUV110.09144.31130.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=31.83%
G=29.01%
B=39.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131031390.190.2600.45256.6714.8847.45
Hex71678B131A02D101f2f
Octal16114721323320554011757
Binary1110001110011110001011100111101001011011000000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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