#75648D

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

Shades of Kimberly #75648D

Tints of Kimberly #75648D

Color information

#75648D (or 0x75648D) is unknown color: approx Kimberly. HEX triplet: 75, 64 and 8D. RGB value is (117,100,141). Sum of RGB (Red+Green+Blue) = 117+100+141=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #75648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75648D is #8A9B72. Grayscale: #6D6D6D. Windows color (decimal): -9083763 or 9266293. OLE color: 9266293.

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

Color convert

RGB117100141-
CMYK0.170.2900.45
HSL264.88º17.01%47.25%-
HSV(B)264.88º29.08%55.29%-
XYZ16.714.8227.18-
YUV109.76145.63133.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=32.68%
G=27.93%
B=39.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171001410.170.2900.45264.8817.0147.25
Hex75648D111D02D109112f
Octal16514421521350554112157
Binary11101011100100100011011000111101010110110000100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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