#75618B

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

Shades of Kimberly #75618B

Tints of Kimberly #75618B

Color information

#75618B (or 0x75618B) is unknown color: approx Kimberly. HEX triplet: 75, 61 and 8B. RGB value is (117,97,139). Sum of RGB (Red+Green+Blue) = 117+97+139=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #75618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75618B is #8A9E74. Grayscale: #6B6B6B. Windows color (decimal): -9084533 or 9134453. OLE color: 9134453.

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

Color convert

RGB11797139-
CMYK0.160.3000.45
HSL268.57º17.8%46.27%-
HSV(B)268.57º30.22%54.51%-
XYZ16.2714.226.31-
YUV107.77145.63134.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=33.14%
G=27.48%
B=39.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117971390.160.3000.45268.5717.846.27
Hex75618B101E02D10d122e
Octal16514121320360554152256
Binary11101011100001100010111000011110010110110000110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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