#76628D

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

Shades of Kimberly #76628D

Tints of Kimberly #76628D

Color information

#76628D (or 0x76628D) is unknown color: approx Kimberly. HEX triplet: 76, 62 and 8D. RGB value is (118,98,141). Sum of RGB (Red+Green+Blue) = 118+98+141=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #76628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76628D is #899D72. Grayscale: #6C6C6C. Windows color (decimal): -9018739 or 9265782. OLE color: 9265782.

HSL color Cylindrical-coordinate representation of color #76628D: hue angle of 267.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76628D is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11898141-
CMYK0.160.3000.45
HSL267.91º17.99%46.86%-
HSV(B)267.91º30.5%55.29%-
XYZ16.6514.5127.12-
YUV108.88146.13134.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=33.05%
G=27.45%
B=39.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118981410.160.3000.45267.9117.9946.86
Hex76628D101E02D10c122f
Octal16614221520360554142257
Binary11101101100010100011011000011110010110110000110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76628D; }

 p { color: rgb(118,98,141); }

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

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

 a { background-color: rgb(118,98,141); }

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

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

 span { border-color: rgb(118,98,141); }

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