Html Css Color HEX #726191 Kimberly

📋 copy color: '#726191'

red 114 ◦ green 97 ◦ blue 145

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

Shades of Kimberly #726191

Tints of Kimberly #726191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 145 (57.03% from 255) = 40.73%

R = 32.02%
G = 27.25%
B = 40.73%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#726191 (or 0x726191) is known color: Kimberly. HEX triplet: 72, 61 and 91. RGB value is (114,97,145). Sum of RGB (Red+Green+Blue) = 114+97+145=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #726191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726191 is #8D9E6E. Grayscale: #6B6B6B. Windows color (decimal): -9281135 or 9527666. OLE color: 9527666.

HSL color Cylindrical-coordinate representation of color #726191: hue angle of 261.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726191 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 97 145 -
CMYK 0.21 0.33 0 0.43
HSL 261.25º 0.2% 0.47% -
HSV(B) 261.25º 0.33% 0.57% -
XYZ 16.32 14.17 28.66 -
YUV 107.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 114 97 145 0.21 0.33 0 0.43 261.25 0.2 0.47
Hex 72 61 91 15 21 0 2B 105 14 2F
Octal 162 141 221 25 41 0 53 405 24 57
Binary 1110010 1100001 10010001 10101 100001 0 101011 100000101 10100 101111

Color Harmonies of #726191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726191

Black with #726191

Text Example


Text Example

White with #726191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726191; }

 p { color: rgb(114,97,145); }

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

background-color css

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

 a { background-color: rgb(114,97,145); }

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

border-color css

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

 span { border-color: rgb(114,97,145); }

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