Html Css Color HEX #726488 Kimberly

📋 copy color: '#726488'

red 114 ◦ green 100 ◦ blue 136

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

Shades of Kimberly #726488

Tints of Kimberly #726488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 32.57%
G = 28.57%
B = 38.86%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726488 (or 0x726488) is known color: Kimberly. HEX triplet: 72, 64 and 88. RGB value is (114,100,136). Sum of RGB (Red+Green+Blue) = 114+100+136=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #726488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726488 is #8D9B77. Grayscale: #6C6C6C. Windows color (decimal): -9280376 or 8938610. OLE color: 8938610.

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

Color convert

RGB 114 100 136 -
CMYK 0.16 0.26 0 0.47
HSL 263.33º 0.15% 0.46% -
HSV(B) 263.33º 0.26% 0.53% -
XYZ 15.94 14.47 25.25 -
YUV 108.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 114 100 136 0.16 0.26 0 0.47 263.33 0.15 0.46
Hex 72 64 88 10 1A 0 2F 107 F 2E
Octal 162 144 210 20 32 0 57 407 17 56
Binary 1110010 1100100 10001000 10000 11010 0 101111 100000111 1111 101110

Color Harmonies of #726488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726488

Black with #726488

Text Example


Text Example

White with #726488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726488; }

 p { color: rgb(114,100,136); }

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

background-color css

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

 a { background-color: rgb(114,100,136); }

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

border-color css

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

 span { border-color: rgb(114,100,136); }

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