#756F83

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

Shades of Kimberly #756F83

Tints of Kimberly #756F83

Color information

#756F83 (or 0x756F83) is unknown color: approx Kimberly. HEX triplet: 75, 6F and 83. RGB value is (117,111,131). Sum of RGB (Red+Green+Blue) = 117+111+131=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #756F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F83 is #8A907C. Grayscale: #737373. Windows color (decimal): -9080957 or 8613749. OLE color: 8613749.

HSL color Cylindrical-coordinate representation of color #756F83: hue angle of 258º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #756F83 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117111131-
CMYK0.110.1500.49
HSL258º8.26%47.45%-
HSV(B)258º15.27%51.37%-
XYZ17.1216.7923.81-
YUV115.07136.99129.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 111 (43.75% from 255) = 30.92%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=32.59%
G=30.92%
B=36.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171111310.110.1500.492588.2647.45
Hex756F83BF03110282f
Octal16515720313170614021057
Binary11101011101111100000111011111101100011000000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,131); }

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

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

 a { background-color: rgb(117,111,131); }

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

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

 span { border-color: rgb(117,111,131); }

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