#76648C

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

Shades of Kimberly #76648C

Tints of Kimberly #76648C

Color information

#76648C (or 0x76648C) is unknown color: approx Kimberly. HEX triplet: 76, 64 and 8C. RGB value is (118,100,140). Sum of RGB (Red+Green+Blue) = 118+100+140=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #76648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76648C is #899B73. Grayscale: #6D6D6D. Windows color (decimal): -9018228 or 9200758. OLE color: 9200758.

HSL color Cylindrical-coordinate representation of color #76648C: hue angle of 267º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76648C is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118100140-
CMYK0.160.2900.45
HSL267º16.67%47.06%-
HSV(B)267º28.57%54.9%-
XYZ16.7614.8626.8-
YUV109.94144.96133.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=32.96%
G=27.93%
B=39.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181001400.160.2900.4526716.6747.06
Hex76648C101D02D10b112f
Octal16614421420350554132157
Binary11101101100100100011001000011101010110110000101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,100,140); }

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

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

 a { background-color: rgb(118,100,140); }

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

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

 span { border-color: rgb(118,100,140); }

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