#78658F

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

Shades of Kimberly #78658F

Tints of Kimberly #78658F

Color information

#78658F (or 0x78658F) is unknown color: approx Kimberly. HEX triplet: 78, 65 and 8F. RGB value is (120,101,143). Sum of RGB (Red+Green+Blue) = 120+101+143=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 143 - color contains mainly: blue. Hex color #78658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78658F is #879A70. Grayscale: #6F6F6F. Windows color (decimal): -8886897 or 9397624. OLE color: 9397624.

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

Color convert

RGB120101143-
CMYK0.160.2900.44
HSL267.14º17.21%47.84%-
HSV(B)267.14º29.37%56.08%-
XYZ17.3615.2828.02-
YUV111.47145.79134.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 143 (56.25% from 255) = 39.29%
R=32.97%
G=27.75%
B=39.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201011430.160.2900.44267.1417.2147.84
Hex78658F101D02C10b1130
Octal17014521720350544132160
Binary11110001100101100011111000011101010110010000101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78658F; }

 p { color: rgb(120,101,143); }

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

<style>
 a { background-color: #78658F; }

 a { background-color: rgb(120,101,143); }

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

<style>
 span { border-color: #78658F; }

 span { border-color: rgb(120,101,143); }

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