Html Css Color HEX #726586 Kimberly

📋 copy color: '#726586'

red 114 ◦ green 101 ◦ blue 134

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

Shades of Kimberly #726586

Tints of Kimberly #726586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

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

R = 32.66%
G = 28.94%
B = 38.4%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726586 (or 0x726586) is known color: Kimberly. HEX triplet: 72, 65 and 86. RGB value is (114,101,134). Sum of RGB (Red+Green+Blue) = 114+101+134=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 134 - color contains mainly: blue. Hex color #726586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726586 is #8D9A79. Grayscale: #6C6C6C. Windows color (decimal): -9280122 or 8807794. OLE color: 8807794.

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

Color convert

RGB 114 101 134 -
CMYK 0.15 0.25 0 0.47
HSL 263.64º 0.14% 0.46% -
HSV(B) 263.64º 0.25% 0.53% -
XYZ 15.9 14.61 24.54 -
YUV 108.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 114 101 134 0.15 0.25 0 0.47 263.64 0.14 0.46
Hex 72 65 86 F 19 0 2F 108 E 2E
Octal 162 145 206 17 31 0 57 410 16 56
Binary 1110010 1100101 10000110 1111 11001 0 101111 100001000 1110 101110

Color Harmonies of #726586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726586

Black with #726586

Text Example


Text Example

White with #726586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726586; }

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

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

background-color css

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

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

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

border-color css

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

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

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