Html Css Color HEX #726189 Kimberly

📋 copy color: '#726189'

red 114 ◦ green 97 ◦ blue 137

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

Shades of Kimberly #726189

Tints of Kimberly #726189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 32.76%
G = 27.87%
B = 39.37%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#726189 (or 0x726189) is known color: Kimberly. HEX triplet: 72, 61 and 89. RGB value is (114,97,137). Sum of RGB (Red+Green+Blue) = 114+97+137=348 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.76% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #726189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726189 is #8D9E76. Grayscale: #6A6A6A. Windows color (decimal): -9281143 or 9003378. OLE color: 9003378.

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

Color convert

RGB 114 97 137 -
CMYK 0.17 0.29 0 0.46
HSL 265.5º 0.17% 0.46% -
HSV(B) 265.5º 0.29% 0.54% -
XYZ 15.73 13.93 25.53 -
YUV 106.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 114 97 137 0.17 0.29 0 0.46 265.5 0.17 0.46
Hex 72 61 89 11 1D 0 2E 10A 11 2E
Octal 162 141 211 21 35 0 56 412 21 56
Binary 1110010 1100001 10001001 10001 11101 0 101110 100001010 10001 101110

Color Harmonies of #726189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726189

Black with #726189

Text Example


Text Example

White with #726189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726189; }

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

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

background-color css

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

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

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

border-color css

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

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

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