Html Css Color HEX #726980 Kimberly

📋 copy color: '#726980'

red 114 ◦ green 105 ◦ blue 128

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

Shades of Kimberly #726980

Tints of Kimberly #726980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.26%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 32.85%
G = 30.26%
B = 36.89%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#726980 (or 0x726980) is known color: Kimberly. HEX triplet: 72, 69 and 80. RGB value is (114,105,128). Sum of RGB (Red+Green+Blue) = 114+105+128=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #726980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726980 is #8D967F. Grayscale: #6E6E6E. Windows color (decimal): -9279104 or 8415602. OLE color: 8415602.

HSL color Cylindrical-coordinate representation of color #726980: hue angle of 263.48º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #726980 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 105 128 -
CMYK 0.11 0.18 0 0.50
HSL 263.48º 0.1% 0.46% -
HSV(B) 263.48º 0.18% 0.5% -
XYZ 15.89 15.24 22.53 -
YUV 110.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 114 105 128 0.11 0.18 0 0.50 263.48 0.1 0.46
Hex 72 69 80 B 12 0 32 107 A 2E
Octal 162 151 200 13 22 0 62 407 12 56
Binary 1110010 1101001 10000000 1011 10010 0 110010 100000111 1010 101110

Color Harmonies of #726980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726980

Black with #726980

Text Example


Text Example

White with #726980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726980; }

 p { color: rgb(114,105,128); }

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

background-color css

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

 a { background-color: rgb(114,105,128); }

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

border-color css

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

 span { border-color: rgb(114,105,128); }

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