#766390

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

Shades of Kimberly #766390

Tints of Kimberly #766390

Color information

#766390 (or 0x766390) is unknown color: approx Kimberly. HEX triplet: 76, 63 and 90. RGB value is (118,99,144). Sum of RGB (Red+Green+Blue) = 118+99+144=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #766390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766390 is #899C6F. Grayscale: #6D6D6D. Windows color (decimal): -9018480 or 9462646. OLE color: 9462646.

HSL color Cylindrical-coordinate representation of color #766390: hue angle of 265.33º degrees, saturation: 0.19, 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 #766390 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11899144-
CMYK0.180.3100.44
HSL265.33º18.52%47.65%-
HSV(B)265.33º31.25%56.47%-
XYZ16.9714.7928.35-
YUV109.81147.29133.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=32.69%
G=27.42%
B=39.89%

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
Decimal118991440.180.3100.44265.3318.5247.65
Hex766390121F02C1091330
Octal16614322022370544112360
Binary11101101100011100100001001011111010110010000100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766390; }

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

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

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

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

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

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

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

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