#72678B

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

Shades of Kimberly #72678B

Tints of Kimberly #72678B

Color information

#72678B (or 0x72678B) is unknown color: approx Kimberly. HEX triplet: 72, 67 and 8B. RGB value is (114,103,139). Sum of RGB (Red+Green+Blue) = 114+103+139=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #72678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72678B is #8D9874. Grayscale: #6E6E6E. Windows color (decimal): -9279605 or 9135986. OLE color: 9135986.

HSL color Cylindrical-coordinate representation of color #72678B: hue angle of 258.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72678B is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114103139-
CMYK0.180.2600.45
HSL258.33º14.88%47.45%-
HSV(B)258.33º25.9%54.51%-
XYZ16.4515.1426.48-
YUV110.39144.14130.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 139 (54.69% from 255) = 39.04%
R=32.02%
G=28.93%
B=39.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141031390.180.2600.45258.3314.8847.45
Hex72678B121A02D102f2f
Octal16214721322320554021757
Binary1110010110011110001011100101101001011011000000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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