#74618A

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

Shades of Kimberly #74618A

Tints of Kimberly #74618A

Color information

#74618A (or 0x74618A) is unknown color: approx Kimberly. HEX triplet: 74, 61 and 8A. RGB value is (116,97,138). Sum of RGB (Red+Green+Blue) = 116+97+138=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #74618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74618A is #8B9E75. Grayscale: #6B6B6B. Windows color (decimal): -9150070 or 9068916. OLE color: 9068916.

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

Color convert

RGB11697138-
CMYK0.160.3000.46
HSL267.8º17.45%46.08%-
HSV(B)267.8º29.71%54.12%-
XYZ16.0614.125.92-
YUV107.35145.29134.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=33.05%
G=27.64%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116971380.160.3000.46267.817.4546.08
Hex74618A101E02E10c112e
Octal16414121220360564142156
Binary11101001100001100010101000011110010111010000110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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