#72658A

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

Shades of Kimberly #72658A

Tints of Kimberly #72658A

Color information

#72658A (or 0x72658A) is unknown color: approx Kimberly. HEX triplet: 72, 65 and 8A. RGB value is (114,101,138). Sum of RGB (Red+Green+Blue) = 114+101+138=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #72658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72658A is #8D9A75. Grayscale: #6C6C6C. Windows color (decimal): -9280118 or 9069938. OLE color: 9069938.

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

Color convert

RGB114101138-
CMYK0.170.2700.46
HSL261.08º15.48%46.86%-
HSV(B)261.08º26.81%54.12%-
XYZ16.1814.7226.03-
YUV109.1144.31131.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=32.29%
G=28.61%
B=39.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141011380.170.2700.46261.0815.4846.86
Hex72658A111B02E105f2f
Octal16214521221330564051757
Binary1110010110010110001010100011101101011101000001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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