Html Css Color HEX #726489 Kimberly

📋 copy color: '#726489'

red 114 ◦ green 100 ◦ blue 137

#726489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #726489

Tints of Kimberly #726489

RGB

 RED value IS 114 (44.92% from 255) = 32.48%

 GREEN value IS 100 (39.45% from 255) = 28.49%

 BLUE value IS 137 (53.91% from 255) = 39.03%

R = 32.48%
G = 28.49%
B = 39.03%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#726489 (or 0x726489) is known color: Kimberly. HEX triplet: 72, 64 and 89. RGB value is (114,100,137). Sum of RGB (Red+Green+Blue) = 114+100+137=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #726489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726489 is #8D9B76. Grayscale: #6C6C6C. Windows color (decimal): -9280375 or 9004146. OLE color: 9004146.

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

Color convert

RGB 114 100 137 -
CMYK 0.17 0.27 0 0.46
HSL 262.7º 0.16% 0.46% -
HSV(B) 262.7º 0.27% 0.54% -
XYZ 16.01 14.5 25.62 -
YUV 108.4 144.14 131.99 -
System Red Green Blue C M Y K H S L
Decimal 114 100 137 0.17 0.27 0 0.46 262.7 0.16 0.46
Hex 72 64 89 11 1B 0 2E 107 10 2E
Octal 162 144 211 21 33 0 56 407 20 56
Binary 1110010 1100100 10001001 10001 11011 0 101110 100000111 10000 101110

Color Harmonies of #726489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726489

Black with #726489

Text Example


Text Example

White with #726489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726489; }

 p { color: rgb(114,100,137); }

 H1.HeaderClassName
 {
   color: #726489;
 }
 .AnyTagClassName
 {
   color: #726489;
 }
</style>

background-color css

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

 a { background-color: rgb(114,100,137); }

 div.DivClassName
 {
   background-color: #726489;
 }
 .BgClassName
 {
   background-color: #726489;
 }
</style>

border-color css

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

 span { border-color: rgb(114,100,137); }

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