#74668C

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

Shades of Kimberly #74668C

Tints of Kimberly #74668C

Color information

#74668C (or 0x74668C) is unknown color: approx Kimberly. HEX triplet: 74, 66 and 8C. RGB value is (116,102,140). Sum of RGB (Red+Green+Blue) = 116+102+140=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #74668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74668C is #8B9973. Grayscale: #6E6E6E. Windows color (decimal): -9148788 or 9201268. OLE color: 9201268.

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

Color convert

RGB116102140-
CMYK0.170.2700.45
HSL262.11º15.7%47.45%-
HSV(B)262.11º27.14%54.9%-
XYZ16.6915.1126.85-
YUV110.52144.64131.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.40%
GREEN value IS 102 (40.23% from 255) = 28.49%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=32.40%
G=28.49%
B=39.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161021400.170.2700.45262.1115.747.45
Hex74668C111B02D106102f
Octal16414621421330554062057
Binary11101001100110100011001000111011010110110000011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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