#74618C

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

Shades of Kimberly #74618C

Tints of Kimberly #74618C

Color information

#74618C (or 0x74618C) is unknown color: approx Kimberly. HEX triplet: 74, 61 and 8C. RGB value is (116,97,140). Sum of RGB (Red+Green+Blue) = 116+97+140=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #74618C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74618C is #8B9E73. Grayscale: #6B6B6B. Windows color (decimal): -9150068 or 9199988. OLE color: 9199988.

HSL color Cylindrical-coordinate representation of color #74618C: hue angle of 266.51º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74618C is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11697140-
CMYK0.170.3100.45
HSL266.51º18.14%46.47%-
HSV(B)266.51º30.71%54.9%-
XYZ16.2114.1626.69-
YUV107.58146.29134-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=32.86%
G=27.48%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116971400.170.3100.45266.5118.1446.47
Hex74618C111F02D10b122e
Octal16414121421370554132256
Binary11101001100001100011001000111111010110110000101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74618C; }

 p { color: rgb(116,97,140); }

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

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

 a { background-color: rgb(116,97,140); }

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

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

 span { border-color: rgb(116,97,140); }

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