#736B8C

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

Shades of Kimberly #736B8C

Tints of Kimberly #736B8C

Color information

#736B8C (or 0x736B8C) is unknown color: approx Kimberly. HEX triplet: 73, 6B and 8C. RGB value is (115,107,140). Sum of RGB (Red+Green+Blue) = 115+107+140=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #736B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736B8C is #8C9473. Grayscale: #717171. Windows color (decimal): -9213044 or 9202547. OLE color: 9202547.

HSL color Cylindrical-coordinate representation of color #736B8C: hue angle of 254.55º degrees, saturation: 0.13, 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 #736B8C is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB115107140-
CMYK0.180.2400.45
HSL254.55º13.36%48.43%-
HSV(B)254.55º23.57%54.9%-
XYZ17.0616.0527.01-
YUV113.15143.15129.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.77%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=31.77%
G=29.56%
B=38.67%

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
Decimal1151071400.180.2400.45254.5513.3648.43
Hex736B8C121802Dffd30
Octal16315321422300553771560
Binary111001111010111000110010010110000101101111111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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