#756692

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

Shades of Kimberly #756692

Tints of Kimberly #756692

Color information

#756692 (or 0x756692) is unknown color: approx Kimberly. HEX triplet: 75, 66 and 92. RGB value is (117,102,146). Sum of RGB (Red+Green+Blue) = 117+102+146=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #756692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756692 is #8A996D. Grayscale: #6F6F6F. Windows color (decimal): -9083246 or 9594485. OLE color: 9594485.

HSL color Cylindrical-coordinate representation of color #756692: hue angle of 260.45º 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 #756692 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117102146-
CMYK0.200.3000.43
HSL260.45º17.74%48.63%-
HSV(B)260.45º30.14%57.25%-
XYZ17.2815.3629.25-
YUV111.5147.47131.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 146 (57.42% from 255) = 40%
R=32.05%
G=27.95%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171021460.200.3000.43260.4517.7448.63
Hex756692141E02B1041231
Octal16514622224360534042261
Binary11101011100110100100101010011110010101110000010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756692; }

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

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

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

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

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

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

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

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