#75648B

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

Shades of Kimberly #75648B

Tints of Kimberly #75648B

Color information

#75648B (or 0x75648B) is unknown color: approx Kimberly. HEX triplet: 75, 64 and 8B. RGB value is (117,100,139). Sum of RGB (Red+Green+Blue) = 117+100+139=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #75648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75648B is #8A9B74. Grayscale: #6D6D6D. Windows color (decimal): -9083765 or 9135221. OLE color: 9135221.

HSL color Cylindrical-coordinate representation of color #75648B: hue angle of 266.15º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75648B is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117100139-
CMYK0.160.2800.45
HSL266.15º16.32%46.86%-
HSV(B)266.15º28.06%54.51%-
XYZ16.5514.7626.4-
YUV109.53144.63133.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=32.87%
G=28.09%
B=39.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171001390.160.2800.45266.1516.3246.86
Hex75648B101C02D10a102f
Octal16514421320340554122057
Binary11101011100100100010111000011100010110110000101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75648B; }

 p { color: rgb(117,100,139); }

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

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

 a { background-color: rgb(117,100,139); }

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

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

 span { border-color: rgb(117,100,139); }

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