#766593

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

Shades of Kimberly #766593

Tints of Kimberly #766593

Color information

#766593 (or 0x766593) is unknown color: approx Kimberly. HEX triplet: 76, 65 and 93. RGB value is (118,101,147). Sum of RGB (Red+Green+Blue) = 118+101+147=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #766593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766593 is #899A6C. Grayscale: #6F6F6F. Windows color (decimal): -9017965 or 9659766. OLE color: 9659766.

HSL color Cylindrical-coordinate representation of color #766593: hue angle of 262.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766593 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118101147-
CMYK0.200.3100.42
HSL262.17º18.55%48.63%-
HSV(B)262.17º31.29%57.65%-
XYZ17.3915.2729.63-
YUV111.33148.13132.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=32.24%
G=27.60%
B=40.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181011470.200.3100.42262.1718.5548.63
Hex766593141F02A1061331
Octal16614522324370524062361
Binary11101101100101100100111010011111010101010000011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766593; }

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

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

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

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

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

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

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

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