#72678F

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

Shades of Kimberly #72678F

Tints of Kimberly #72678F

Color information

#72678F (or 0x72678F) is unknown color: approx Kimberly. HEX triplet: 72, 67 and 8F. RGB value is (114,103,143). Sum of RGB (Red+Green+Blue) = 114+103+143=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #72678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72678F is #8D9870. Grayscale: #6E6E6E. Windows color (decimal): -9279601 or 9398130. OLE color: 9398130.

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

Color convert

RGB114103143-
CMYK0.200.2800.44
HSL256.5º16.26%48.24%-
HSV(B)256.5º27.97%56.08%-
XYZ16.7515.2628.05-
YUV110.85146.14130.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 103 (40.62% from 255) = 28.61%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=31.67%
G=28.61%
B=39.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141031430.200.2800.44256.516.2648.24
Hex72678F141C02C1001030
Octal16214721724340544002060
Binary11100101100111100011111010011100010110010000000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,103,143); }

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

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

 a { background-color: rgb(114,103,143); }

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

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

 span { border-color: rgb(114,103,143); }

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