#74658A

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

Shades of Kimberly #74658A

Tints of Kimberly #74658A

Color information

#74658A (or 0x74658A) is unknown color: approx Kimberly. HEX triplet: 74, 65 and 8A. RGB value is (116,101,138). Sum of RGB (Red+Green+Blue) = 116+101+138=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #74658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74658A is #8B9A75. Grayscale: #6D6D6D. Windows color (decimal): -9149046 or 9069940. OLE color: 9069940.

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

Color convert

RGB116101138-
CMYK0.160.2700.46
HSL264.32º15.48%46.86%-
HSV(B)264.32º26.81%54.12%-
XYZ16.4414.8626.05-
YUV109.7143.97132.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=32.68%
G=28.45%
B=38.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161011380.160.2700.46264.3215.4846.86
Hex74658A101B02E108f2f
Octal16414521220330564101757
Binary1110100110010110001010100001101101011101000010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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