#766490

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

Shades of Kimberly #766490

Tints of Kimberly #766490

Color information

#766490 (or 0x766490) is unknown color: approx Kimberly. HEX triplet: 76, 64 and 90. RGB value is (118,100,144). Sum of RGB (Red+Green+Blue) = 118+100+144=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #766490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766490 is #899B6F. Grayscale: #6E6E6E. Windows color (decimal): -9018224 or 9462902. OLE color: 9462902.

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

Color convert

RGB118100144-
CMYK0.180.3100.44
HSL264.55º18.03%47.84%-
HSV(B)264.55º30.56%56.47%-
XYZ17.0614.9828.38-
YUV110.4146.96133.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 144 (56.64% from 255) = 39.78%
R=32.60%
G=27.62%
B=39.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181001440.180.3100.44264.5518.0347.84
Hex766490121F02C1091230
Octal16614422022370544112260
Binary11101101100100100100001001011111010110010000100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766490; }

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

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

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

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

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

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

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

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