#766D8B

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

Shades of Kimberly #766D8B

Tints of Kimberly #766D8B

Color information

#766D8B (or 0x766D8B) is unknown color: approx Kimberly. HEX triplet: 76, 6D and 8B. RGB value is (118,109,139). Sum of RGB (Red+Green+Blue) = 118+109+139=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #766D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D8B is #899274. Grayscale: #737373. Windows color (decimal): -9015925 or 9137526. OLE color: 9137526.

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

Color convert

RGB118109139-
CMYK0.150.2200.45
HSL258º12.1%48.63%-
HSV(B)258º21.58%54.51%-
XYZ17.616.6526.71-
YUV115.11141.48130.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=32.24%
G=29.78%
B=37.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181091390.150.2200.4525812.148.63
Hex766D8BF1602D102c31
Octal16615521317260554021461
Binary111011011011011000101111111011001011011000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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