#776A8C

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

Shades of Kimberly #776A8C

Tints of Kimberly #776A8C

Color information

#776A8C (or 0x776A8C) is unknown color: approx Kimberly. HEX triplet: 77, 6A and 8C. RGB value is (119,106,140). Sum of RGB (Red+Green+Blue) = 119+106+140=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #776A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776A8C is #889573. Grayscale: #717171. Windows color (decimal): -8951156 or 9202295. OLE color: 9202295.

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

Color convert

RGB119106140-
CMYK0.150.2400.45
HSL262.94º13.82%48.24%-
HSV(B)262.94º24.29%54.9%-
XYZ17.516.1227-
YUV113.76142.81131.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=32.60%
G=29.04%
B=38.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191061400.150.2400.45262.9413.8248.24
Hex776A8CF1802D107e30
Octal16715221417300554071660
Binary111011111010101000110011111100001011011000001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776A8C; }

 p { color: rgb(119,106,140); }

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

<style>
 a { background-color: #776A8C; }

 a { background-color: rgb(119,106,140); }

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

<style>
 span { border-color: #776A8C; }

 span { border-color: rgb(119,106,140); }

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