#766A8E

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

Shades of Kimberly #766A8E

Tints of Kimberly #766A8E

Color information

#766A8E (or 0x766A8E) is unknown color: approx Kimberly. HEX triplet: 76, 6A and 8E. RGB value is (118,106,142). Sum of RGB (Red+Green+Blue) = 118+106+142=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #766A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766A8E is #899571. Grayscale: #717171. Windows color (decimal): -9016690 or 9333366. OLE color: 9333366.

HSL color Cylindrical-coordinate representation of color #766A8E: hue angle of 260º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766A8E is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118106142-
CMYK0.170.2500.44
HSL260º14.52%48.63%-
HSV(B)260º25.35%55.69%-
XYZ17.5116.1127.78-
YUV113.69143.98131.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=32.24%
G=28.96%
B=38.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181061420.170.2500.4426014.5248.63
Hex766A8E111902C104f31
Octal16615221621310544041761
Binary1110110110101010001110100011100101011001000001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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