#72668A

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

Shades of Kimberly #72668A

Tints of Kimberly #72668A

Color information

#72668A (or 0x72668A) is unknown color: approx Kimberly. HEX triplet: 72, 66 and 8A. RGB value is (114,102,138). Sum of RGB (Red+Green+Blue) = 114+102+138=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #72668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72668A is #8D9975. Grayscale: #6D6D6D. Windows color (decimal): -9279862 or 9070194. OLE color: 9070194.

HSL color Cylindrical-coordinate representation of color #72668A: hue angle of 260º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72668A is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB114102138-
CMYK0.170.2600.46
HSL260º15%47.06%-
HSV(B)260º26.09%54.12%-
XYZ16.2814.9226.07-
YUV109.69143.98131.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=32.20%
G=28.81%
B=38.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141021380.170.2600.462601547.06
Hex72668A111A02E104f2f
Octal16214621221320564041757
Binary1110010110011010001010100011101001011101000001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72668A; }

 p { color: rgb(114,102,138); }

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

<style>
 a { background-color: #72668A; }

 a { background-color: rgb(114,102,138); }

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

<style>
 span { border-color: #72668A; }

 span { border-color: rgb(114,102,138); }

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