Html Css Color HEX #726D84 Kimberly

📋 copy color: '#726D84'

red 114 ◦ green 109 ◦ blue 132

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

Shades of Kimberly #726D84

Tints of Kimberly #726D84

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 32.11%
G = 30.7%
B = 37.18%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726D84 (or 0x726D84) is known color: Kimberly. HEX triplet: 72, 6D and 84. RGB value is (114,109,132). Sum of RGB (Red+Green+Blue) = 114+109+132=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #726D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D84 is #8D927B. Grayscale: #717171. Windows color (decimal): -9278076 or 8678770. OLE color: 8678770.

HSL color Cylindrical-coordinate representation of color #726D84: hue angle of 253.04º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #726D84 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 109 132 -
CMYK 0.14 0.17 0 0.48
HSL 253.04º 0.1% 0.47% -
HSV(B) 253.04º 0.17% 0.52% -
XYZ 16.57 16.18 24.08 -
YUV 113.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 114 109 132 0.14 0.17 0 0.48 253.04 0.1 0.47
Hex 72 6D 84 E 11 0 30 FD A 2F
Octal 162 155 204 16 21 0 60 375 12 57
Binary 1110010 1101101 10000100 1110 10001 0 110000 11111101 1010 101111

Color Harmonies of #726D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D84

Black with #726D84

Text Example


Text Example

White with #726D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726D84; }

 p { color: rgb(114,109,132); }

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

background-color css

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

 a { background-color: rgb(114,109,132); }

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

border-color css

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

 span { border-color: rgb(114,109,132); }

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