#736A8C

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

Shades of Kimberly #736A8C

Tints of Kimberly #736A8C

Color information

#736A8C (or 0x736A8C) is unknown color: approx Kimberly. HEX triplet: 73, 6A and 8C. RGB value is (115,106,140). Sum of RGB (Red+Green+Blue) = 115+106+140=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #736A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A8C is #8C9573. Grayscale: #707070. Windows color (decimal): -9213300 or 9202291. OLE color: 9202291.

HSL color Cylindrical-coordinate representation of color #736A8C: hue angle of 255.88º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #736A8C is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115106140-
CMYK0.180.2400.45
HSL255.88º13.82%48.24%-
HSV(B)255.88º24.29%54.9%-
XYZ16.9615.8526.98-
YUV112.57143.48129.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=31.86%
G=29.36%
B=38.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151061400.180.2400.45255.8813.8248.24
Hex736A8C121802D100e30
Octal16315221422300554001660
Binary1110011110101010001100100101100001011011000000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,106,140); }

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

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

 a { background-color: rgb(115,106,140); }

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

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

 span { border-color: rgb(115,106,140); }

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