#75628F

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

Shades of Kimberly #75628F

Tints of Kimberly #75628F

Color information

#75628F (or 0x75628F) is unknown color: approx Kimberly. HEX triplet: 75, 62 and 8F. RGB value is (117,98,143). Sum of RGB (Red+Green+Blue) = 117+98+143=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #75628F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75628F is #8A9D70. Grayscale: #6C6C6C. Windows color (decimal): -9084273 or 9396853. OLE color: 9396853.

HSL color Cylindrical-coordinate representation of color #75628F: hue angle of 265.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75628F is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11798143-
CMYK0.180.3100.44
HSL265.33º18.67%47.25%-
HSV(B)265.33º31.47%56.08%-
XYZ16.6614.527.91-
YUV108.81147.29133.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=32.68%
G=27.37%
B=39.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117981430.180.3100.44265.3318.6747.25
Hex75628F121F02C109132f
Octal16514221722370544112357
Binary11101011100010100011111001011111010110010000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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