#74628A

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

Shades of Kimberly #74628A

Tints of Kimberly #74628A

Color information

#74628A (or 0x74628A) is unknown color: approx Kimberly. HEX triplet: 74, 62 and 8A. RGB value is (116,98,138). Sum of RGB (Red+Green+Blue) = 116+98+138=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #74628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74628A is #8B9D75. Grayscale: #6B6B6B. Windows color (decimal): -9149814 or 9069172. OLE color: 9069172.

HSL color Cylindrical-coordinate representation of color #74628A: hue angle of 267º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74628A is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11698138-
CMYK0.160.2900.46
HSL267º16.95%46.27%-
HSV(B)267º28.99%54.12%-
XYZ16.1614.2825.95-
YUV107.94144.96133.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=32.95%
G=27.84%
B=39.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116981380.160.2900.4626716.9546.27
Hex74628A101D02E10b112e
Octal16414221220350564132156
Binary11101001100010100010101000011101010111010000101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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