#736785

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

Shades of Kimberly #736785

Tints of Kimberly #736785

Color information

#736785 (or 0x736785) is unknown color: approx Kimberly. HEX triplet: 73, 67 and 85. RGB value is (115,103,133). Sum of RGB (Red+Green+Blue) = 115+103+133=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #736785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736785 is #8C987A. Grayscale: #6D6D6D. Windows color (decimal): -9214075 or 8742771. OLE color: 8742771.

HSL color Cylindrical-coordinate representation of color #736785: hue angle of 264º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736785 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB115103133-
CMYK0.140.2300.48
HSL264º12.71%46.27%-
HSV(B)264º22.56%52.16%-
XYZ16.1515.0424.24-
YUV110.01140.98131.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=32.76%
G=29.34%
B=37.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151031330.140.2300.4826412.7146.27
Hex736785E17030108d2e
Octal16314720516270604101556
Binary111001111001111000010111101011101100001000010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736785; }

 p { color: rgb(115,103,133); }

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

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

 a { background-color: rgb(115,103,133); }

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

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

 span { border-color: rgb(115,103,133); }

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