#766B8B

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

Shades of Kimberly #766B8B

Tints of Kimberly #766B8B

Color information

#766B8B (or 0x766B8B) is unknown color: approx Kimberly. HEX triplet: 76, 6B and 8B. RGB value is (118,107,139). Sum of RGB (Red+Green+Blue) = 118+107+139=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 139 - color contains mainly: blue. Hex color #766B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B8B is #899474. Grayscale: #717171. Windows color (decimal): -9016437 or 9137014. OLE color: 9137014.

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

Color convert

RGB118107139-
CMYK0.150.2300.45
HSL260.62º13.01%48.24%-
HSV(B)260.62º23.02%54.51%-
XYZ17.3916.2326.64-
YUV113.94142.14130.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 107 (42.19% from 255) = 29.40%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=32.42%
G=29.40%
B=38.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181071390.150.2300.45260.6213.0148.24
Hex766B8BF1702D105d30
Octal16615321317270554051560
Binary111011011010111000101111111011101011011000001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,139); }

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

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

 a { background-color: rgb(118,107,139); }

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

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

 span { border-color: rgb(118,107,139); }

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