#78648F

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

Shades of Kimberly #78648F

Tints of Kimberly #78648F

Color information

#78648F (or 0x78648F) is unknown color: approx Kimberly. HEX triplet: 78, 64 and 8F. RGB value is (120,100,143). Sum of RGB (Red+Green+Blue) = 120+100+143=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #78648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78648F is #879B70. Grayscale: #6E6E6E. Windows color (decimal): -8887153 or 9397368. OLE color: 9397368.

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

Color convert

RGB120100143-
CMYK0.160.3000.44
HSL267.91º17.7%47.65%-
HSV(B)267.91º30.07%56.08%-
XYZ17.2615.0927.99-
YUV110.88146.13134.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=33.06%
G=27.55%
B=39.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201001430.160.3000.44267.9117.747.65
Hex78648F101E02C10c1230
Octal17014421720360544142260
Binary11110001100100100011111000011110010110010000110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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