#736C82

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

Shades of Kimberly #736C82

Tints of Kimberly #736C82

Color information

#736C82 (or 0x736C82) is unknown color: approx Kimberly. HEX triplet: 73, 6C and 82. RGB value is (115,108,130). Sum of RGB (Red+Green+Blue) = 115+108+130=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 130 - color contains mainly: blue. Hex color #736C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C82 is #8C937D. Grayscale: #707070. Windows color (decimal): -9212798 or 8547443. OLE color: 8547443.

HSL color Cylindrical-coordinate representation of color #736C82: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #736C82 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB115108130-
CMYK0.120.1700.49
HSL259.09º9.24%46.67%-
HSV(B)259.09º16.92%50.98%-
XYZ16.4615.9823.34-
YUV112.6137.82129.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=32.58%
G=30.59%
B=36.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151081300.120.1700.49259.099.2446.67
Hex736C82C1103110392f
Octal16315420214210614031157
Binary111001111011001000001011001000101100011000000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736C82; }

 p { color: rgb(115,108,130); }

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

<style>
 a { background-color: #736C82; }

 a { background-color: rgb(115,108,130); }

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

<style>
 span { border-color: #736C82; }

 span { border-color: rgb(115,108,130); }

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