#756A8E

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

Shades of Kimberly #756A8E

Tints of Kimberly #756A8E

Color information

#756A8E (or 0x756A8E) is unknown color: approx Kimberly. HEX triplet: 75, 6A and 8E. RGB value is (117,106,142). Sum of RGB (Red+Green+Blue) = 117+106+142=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #756A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A8E is #8A9571. Grayscale: #717171. Windows color (decimal): -9082226 or 9333365. OLE color: 9333365.

HSL color Cylindrical-coordinate representation of color #756A8E: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #756A8E is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117106142-
CMYK0.180.2500.44
HSL258.33º14.52%48.63%-
HSV(B)258.33º25.35%55.69%-
XYZ17.3716.0427.77-
YUV113.39144.14130.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=32.05%
G=29.04%
B=38.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171061420.180.2500.44258.3314.5248.63
Hex756A8E121902C102f31
Octal16515221622310544021761
Binary1110101110101010001110100101100101011001000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A8E; }

 p { color: rgb(117,106,142); }

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

<style>
 a { background-color: #756A8E; }

 a { background-color: rgb(117,106,142); }

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

<style>
 span { border-color: #756A8E; }

 span { border-color: rgb(117,106,142); }

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