#766A8C

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

Shades of Kimberly #766A8C

Tints of Kimberly #766A8C

Color information

#766A8C (or 0x766A8C) is unknown color: approx Kimberly. HEX triplet: 76, 6A and 8C. RGB value is (118,106,140). Sum of RGB (Red+Green+Blue) = 118+106+140=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: blue. Hex color #766A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A8C is #899573. Grayscale: #717171. Windows color (decimal): -9016692 or 9202294. OLE color: 9202294.

HSL color Cylindrical-coordinate representation of color #766A8C: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766A8C is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118106140-
CMYK0.160.2400.45
HSL261.18º13.82%48.24%-
HSV(B)261.18º24.29%54.9%-
XYZ17.3616.0526.99-
YUV113.46142.98131.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=32.42%
G=29.12%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181061400.160.2400.45261.1813.8248.24
Hex766A8C101802D105e30
Octal16615221420300554051660
Binary1110110110101010001100100001100001011011000001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A8C; }

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

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

<style>
 a { background-color: #766A8C; }

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

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

<style>
 span { border-color: #766A8C; }

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

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