#74628D

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

Shades of Kimberly #74628D

Tints of Kimberly #74628D

Color information

#74628D (or 0x74628D) is unknown color: approx Kimberly. HEX triplet: 74, 62 and 8D. RGB value is (116,98,141). Sum of RGB (Red+Green+Blue) = 116+98+141=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 141 - color contains mainly: blue. Hex color #74628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74628D is #8B9D72. Grayscale: #6C6C6C. Windows color (decimal): -9149811 or 9265780. OLE color: 9265780.

HSL color Cylindrical-coordinate representation of color #74628D: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74628D is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11698141-
CMYK0.180.3000.45
HSL265.12º17.99%46.86%-
HSV(B)265.12º30.5%55.29%-
XYZ16.3814.3727.11-
YUV108.28146.46133.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=32.68%
G=27.61%
B=39.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116981410.180.3000.45265.1217.9946.86
Hex74628D121E02D109122f
Octal16414221522360554112257
Binary11101001100010100011011001011110010110110000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74628D; }

 p { color: rgb(116,98,141); }

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

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

 a { background-color: rgb(116,98,141); }

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

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

 span { border-color: rgb(116,98,141); }

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