#71678C

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

Shades of Kimberly #71678C

Tints of Kimberly #71678C

Color information

#71678C (or 0x71678C) is unknown color: approx Kimberly. HEX triplet: 71, 67 and 8C. RGB value is (113,103,140). Sum of RGB (Red+Green+Blue) = 113+103+140=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #71678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71678C is #8E9873. Grayscale: #6E6E6E. Windows color (decimal): -9345140 or 9201521. OLE color: 9201521.

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

Color convert

RGB113103140-
CMYK0.190.2600.45
HSL256.22º15.23%47.65%-
HSV(B)256.22º26.43%54.9%-
XYZ16.3915.126.86-
YUV110.21144.81129.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=31.74%
G=28.93%
B=39.33%

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
Decimal1131031400.190.2600.45256.2215.2347.65
Hex71678C131A02D100f30
Octal16114721423320554001760
Binary1110001110011110001100100111101001011011000000001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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