Html Css Color HEX #726C86 Kimberly

📋 copy color: '#726C86'

red 114 ◦ green 108 ◦ blue 134

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

Shades of Kimberly #726C86

Tints of Kimberly #726C86

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 32.02%
G = 30.34%
B = 37.64%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726C86 (or 0x726C86) is known color: Kimberly. HEX triplet: 72, 6C and 86. RGB value is (114,108,134). Sum of RGB (Red+Green+Blue) = 114+108+134=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 134 - color contains mainly: blue. Hex color #726C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C86 is #8D9379. Grayscale: #707070. Windows color (decimal): -9278330 or 8809586. OLE color: 8809586.

HSL color Cylindrical-coordinate representation of color #726C86: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #726C86 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 108 134 -
CMYK 0.15 0.19 0 0.47
HSL 253.85º 0.11% 0.47% -
HSV(B) 253.85º 0.19% 0.53% -
XYZ 16.61 16.02 24.77 -
YUV 112.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 114 108 134 0.15 0.19 0 0.47 253.85 0.11 0.47
Hex 72 6C 86 F 13 0 2F FE B 2F
Octal 162 154 206 17 23 0 57 376 13 57
Binary 1110010 1101100 10000110 1111 10011 0 101111 11111110 1011 101111

Color Harmonies of #726C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C86

Black with #726C86

Text Example


Text Example

White with #726C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,134); }

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

background-color css

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

 a { background-color: rgb(114,108,134); }

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

border-color css

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

 span { border-color: rgb(114,108,134); }

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