#766692

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

Shades of Kimberly #766692

Tints of Kimberly #766692

Color information

#766692 (or 0x766692) is unknown color: approx Kimberly. HEX triplet: 76, 66 and 92. RGB value is (118,102,146). Sum of RGB (Red+Green+Blue) = 118+102+146=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #766692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766692 is #89996D. Grayscale: #6F6F6F. Windows color (decimal): -9017710 or 9594486. OLE color: 9594486.

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

Color convert

RGB118102146-
CMYK0.190.3000.43
HSL261.82º17.74%48.63%-
HSV(B)261.82º30.14%57.25%-
XYZ17.4115.4329.25-
YUV111.8147.3132.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=32.24%
G=27.87%
B=39.89%

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
Decimal1181021460.190.3000.43261.8217.7448.63
Hex766692131E02B1061231
Octal16614622223360534062261
Binary11101101100110100100101001111110010101110000011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766692; }

 p { color: rgb(118,102,146); }

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

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

 a { background-color: rgb(118,102,146); }

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

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

 span { border-color: rgb(118,102,146); }

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