Html Css Color HEX #726392 Kimberly

📋 copy color: '#726392'

red 114 ◦ green 99 ◦ blue 146

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

Shades of Kimberly #726392

Tints of Kimberly #726392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 31.75%
G = 27.58%
B = 40.67%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#726392 (or 0x726392) is known color: Kimberly. HEX triplet: 72, 63 and 92. RGB value is (114,99,146). Sum of RGB (Red+Green+Blue) = 114+99+146=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #726392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726392 is #8D9C6D. Grayscale: #6C6C6C. Windows color (decimal): -9280622 or 9593714. OLE color: 9593714.

HSL color Cylindrical-coordinate representation of color #726392: hue angle of 259.15º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726392 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 99 146 -
CMYK 0.22 0.32 0 0.43
HSL 259.15º 0.19% 0.48% -
HSV(B) 259.15º 0.32% 0.57% -
XYZ 16.59 14.58 29.13 -
YUV 108.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 114 99 146 0.22 0.32 0 0.43 259.15 0.19 0.48
Hex 72 63 92 16 20 0 2B 103 13 30
Octal 162 143 222 26 40 0 53 403 23 60
Binary 1110010 1100011 10010010 10110 100000 0 101011 100000011 10011 110000

Color Harmonies of #726392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726392

Black with #726392

Text Example


Text Example

White with #726392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726392; }

 p { color: rgb(114,99,146); }

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

background-color css

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

 a { background-color: rgb(114,99,146); }

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

border-color css

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

 span { border-color: rgb(114,99,146); }

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