#766F8B

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

Shades of Kimberly #766F8B

Tints of Kimberly #766F8B

Color information

#766F8B (or 0x766F8B) is unknown color: approx Kimberly. HEX triplet: 76, 6F and 8B. RGB value is (118,111,139). Sum of RGB (Red+Green+Blue) = 118+111+139=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #766F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F8B is #899074. Grayscale: #747474. Windows color (decimal): -9015413 or 9138038. OLE color: 9138038.

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

Color convert

RGB118111139-
CMYK0.150.2000.45
HSL255º11.2%49.02%-
HSV(B)255º20.14%54.51%-
XYZ17.8217.0826.78-
YUV116.28140.82129.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=32.07%
G=30.16%
B=37.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181111390.150.2000.4525511.249.02
Hex766F8BF1402Dffb31
Octal16615721317240553771361
Binary11101101101111100010111111101000101101111111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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