Html Css Color HEX #726B84 Kimberly

📋 copy color: '#726B84'

red 114 ◦ green 107 ◦ blue 132

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

Shades of Kimberly #726B84

Tints of Kimberly #726B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

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

R = 32.29%
G = 30.31%
B = 37.39%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726B84 (or 0x726B84) is known color: Kimberly. HEX triplet: 72, 6B and 84. RGB value is (114,107,132). Sum of RGB (Red+Green+Blue) = 114+107+132=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #726B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B84 is #8D947B. Grayscale: #6F6F6F. Windows color (decimal): -9278588 or 8678258. OLE color: 8678258.

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

Color convert

RGB 114 107 132 -
CMYK 0.14 0.19 0 0.48
HSL 256.8º 0.1% 0.47% -
HSV(B) 256.8º 0.19% 0.52% -
XYZ 16.36 15.76 24.01 -
YUV 111.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 114 107 132 0.14 0.19 0 0.48 256.8 0.1 0.47
Hex 72 6B 84 E 13 0 30 101 A 2F
Octal 162 153 204 16 23 0 60 401 12 57
Binary 1110010 1101011 10000100 1110 10011 0 110000 100000001 1010 101111

Color Harmonies of #726B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B84

Black with #726B84

Text Example


Text Example

White with #726B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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