#766F8D

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

Shades of Kimberly #766F8D

Tints of Kimberly #766F8D

Color information

#766F8D (or 0x766F8D) is unknown color: approx Kimberly. HEX triplet: 76, 6F and 8D. RGB value is (118,111,141). Sum of RGB (Red+Green+Blue) = 118+111+141=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #766F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F8D is #899072. Grayscale: #747474. Windows color (decimal): -9015411 or 9269110. OLE color: 9269110.

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

Color convert

RGB118111141-
CMYK0.160.2100.45
HSL254º11.9%49.41%-
HSV(B)254º21.28%55.29%-
XYZ17.9617.1427.56-
YUV116.51141.82129.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 111 (43.75% from 255) = 30%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=31.89%
G=30%
B=38.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181111410.160.2100.4525411.949.41
Hex766F8D101502Dfec31
Octal16615721520250553761461
Binary111011011011111000110110000101010101101111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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