#74678E

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

Shades of Kimberly #74678E

Tints of Kimberly #74678E

Color information

#74678E (or 0x74678E) is unknown color: approx Kimberly. HEX triplet: 74, 67 and 8E. RGB value is (116,103,142). Sum of RGB (Red+Green+Blue) = 116+103+142=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #74678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74678E is #8B9871. Grayscale: #6F6F6F. Windows color (decimal): -9148530 or 9332596. OLE color: 9332596.

HSL color Cylindrical-coordinate representation of color #74678E: hue angle of 260º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74678E is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116103142-
CMYK0.180.2700.44
HSL260º15.92%48.04%-
HSV(B)260º27.46%55.69%-
XYZ16.9415.3727.66-
YUV111.33145.31131.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=32.13%
G=28.53%
B=39.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161031420.180.2700.4426015.9248.04
Hex74678E121B02C1041030
Octal16414721622330544042060
Binary11101001100111100011101001011011010110010000010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74678E; }

 p { color: rgb(116,103,142); }

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

<style>
 a { background-color: #74678E; }

 a { background-color: rgb(116,103,142); }

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

<style>
 span { border-color: #74678E; }

 span { border-color: rgb(116,103,142); }

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