#75658A

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

Shades of Kimberly #75658A

Tints of Kimberly #75658A

Color information

#75658A (or 0x75658A) is unknown color: approx Kimberly. HEX triplet: 75, 65 and 8A. RGB value is (117,101,138). Sum of RGB (Red+Green+Blue) = 117+101+138=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #75658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75658A is #8A9A75. Grayscale: #6D6D6D. Windows color (decimal): -9083510 or 9069941. OLE color: 9069941.

HSL color Cylindrical-coordinate representation of color #75658A: hue angle of 265.95º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75658A is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117101138-
CMYK0.150.2700.46
HSL265.95º15.48%46.86%-
HSV(B)265.95º26.81%54.12%-
XYZ16.5814.9226.05-
YUV110143.8132.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 101 (39.84% from 255) = 28.37%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=32.87%
G=28.37%
B=38.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171011380.150.2700.46265.9515.4846.86
Hex75658AF1B02E10af2f
Octal16514521217330564121757
Binary111010111001011000101011111101101011101000010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75658A; }

 p { color: rgb(117,101,138); }

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

<style>
 a { background-color: #75658A; }

 a { background-color: rgb(117,101,138); }

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

<style>
 span { border-color: #75658A; }

 span { border-color: rgb(117,101,138); }

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