#776492

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

Shades of Kimberly #776492

Tints of Kimberly #776492

Color information

#776492 (or 0x776492) is unknown color: approx Kimberly. HEX triplet: 77, 64 and 92. RGB value is (119,100,146). Sum of RGB (Red+Green+Blue) = 119+100+146=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #776492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776492 is #889B6D. Grayscale: #6E6E6E. Windows color (decimal): -8952686 or 9593975. OLE color: 9593975.

HSL color Cylindrical-coordinate representation of color #776492: hue angle of 264.78º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #776492 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119100146-
CMYK0.180.3200.43
HSL264.78º18.7%48.24%-
HSV(B)264.78º31.51%57.25%-
XYZ17.3515.1129.2-
YUV110.92147.79133.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 146 (57.42% from 255) = 40%
R=32.60%
G=27.40%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191001460.180.3200.43264.7818.748.24
Hex776492122002B1091330
Octal16714422222400534112360
Binary111011111001001001001010010100000010101110000100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776492; }

 p { color: rgb(119,100,146); }

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

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

 a { background-color: rgb(119,100,146); }

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

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

 span { border-color: rgb(119,100,146); }

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