#75628B

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

Shades of Kimberly #75628B

Tints of Kimberly #75628B

Color information

#75628B (or 0x75628B) is unknown color: approx Kimberly. HEX triplet: 75, 62 and 8B. RGB value is (117,98,139). Sum of RGB (Red+Green+Blue) = 117+98+139=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #75628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75628B is #8A9D74. Grayscale: #6C6C6C. Windows color (decimal): -9084277 or 9134709. OLE color: 9134709.

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

Color convert

RGB11798139-
CMYK0.160.2900.45
HSL267.8º17.3%46.47%-
HSV(B)267.8º29.5%54.51%-
XYZ16.3614.3826.34-
YUV108.35145.29134.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=33.05%
G=27.68%
B=39.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117981390.160.2900.45267.817.346.47
Hex75628B101D02D10c112e
Octal16514221320350554142156
Binary11101011100010100010111000011101010110110000110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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