#766491

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

Shades of Kimberly #766491

Tints of Kimberly #766491

Color information

#766491 (or 0x766491) is unknown color: approx Kimberly. HEX triplet: 76, 64 and 91. RGB value is (118,100,145). Sum of RGB (Red+Green+Blue) = 118+100+145=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #766491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766491 is #899B6E. Grayscale: #6E6E6E. Windows color (decimal): -9018223 or 9528438. OLE color: 9528438.

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

Color convert

RGB118100145-
CMYK0.190.3100.43
HSL264º18.37%48.04%-
HSV(B)264º31.03%56.86%-
XYZ17.1415.0128.78-
YUV110.51147.46133.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=32.51%
G=27.55%
B=39.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181001450.190.3100.4326418.3748.04
Hex766491131F02B1081230
Octal16614422123370534102260
Binary11101101100100100100011001111111010101110000100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766491; }

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

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

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

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

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

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

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

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