#766591

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

Shades of Kimberly #766591

Tints of Kimberly #766591

Color information

#766591 (or 0x766591) is unknown color: approx Kimberly. HEX triplet: 76, 65 and 91. RGB value is (118,101,145). Sum of RGB (Red+Green+Blue) = 118+101+145=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #766591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766591 is #899A6E. Grayscale: #6E6E6E. Windows color (decimal): -9017967 or 9528694. OLE color: 9528694.

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

Color convert

RGB118101145-
CMYK0.190.3000.43
HSL263.18º17.89%48.24%-
HSV(B)263.18º30.34%56.86%-
XYZ17.2415.228.81-
YUV111.1147.13132.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=32.42%
G=27.75%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181011450.190.3000.43263.1817.8948.24
Hex766591131E02B1071230
Octal16614522123360534072260
Binary11101101100101100100011001111110010101110000011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766591; }

 p { color: rgb(118,101,145); }

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

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

 a { background-color: rgb(118,101,145); }

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

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

 span { border-color: rgb(118,101,145); }

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