Html Css Color HEX #726C84 Kimberly

📋 copy color: '#726C84'

red 114 ◦ green 108 ◦ blue 132

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

Shades of Kimberly #726C84

Tints of Kimberly #726C84

RGB

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

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

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

R = 32.2%
G = 30.51%
B = 37.29%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726C84 (or 0x726C84) is known color: Kimberly. HEX triplet: 72, 6C and 84. RGB value is (114,108,132). Sum of RGB (Red+Green+Blue) = 114+108+132=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 132 - color contains mainly: blue. Hex color #726C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C84 is #8D937B. Grayscale: #707070. Windows color (decimal): -9278332 or 8678514. OLE color: 8678514.

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

Color convert

RGB 114 108 132 -
CMYK 0.14 0.18 0 0.48
HSL 255º 0.1% 0.47% -
HSV(B) 255º 0.18% 0.52% -
XYZ 16.47 15.97 24.04 -
YUV 112.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 114 108 132 0.14 0.18 0 0.48 255 0.1 0.47
Hex 72 6C 84 E 12 0 30 FF A 2F
Octal 162 154 204 16 22 0 60 377 12 57
Binary 1110010 1101100 10000100 1110 10010 0 110000 11111111 1010 101111

Color Harmonies of #726C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C84

Black with #726C84

Text Example


Text Example

White with #726C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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