Html Css Color HEX #726388 Kimberly

📋 copy color: '#726388'

red 114 ◦ green 99 ◦ blue 136

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

Shades of Kimberly #726388

Tints of Kimberly #726388

RGB

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

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

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

R = 32.66%
G = 28.37%
B = 38.97%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726388 (or 0x726388) is known color: Kimberly. HEX triplet: 72, 63 and 88. RGB value is (114,99,136). Sum of RGB (Red+Green+Blue) = 114+99+136=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #726388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726388 is #8D9C77. Grayscale: #6B6B6B. Windows color (decimal): -9280632 or 8938354. OLE color: 8938354.

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

Color convert

RGB 114 99 136 -
CMYK 0.16 0.27 0 0.47
HSL 264.32º 0.16% 0.46% -
HSV(B) 264.32º 0.27% 0.53% -
XYZ 15.85 14.28 25.21 -
YUV 107.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 114 99 136 0.16 0.27 0 0.47 264.32 0.16 0.46
Hex 72 63 88 10 1B 0 2F 108 10 2E
Octal 162 143 210 20 33 0 57 410 20 56
Binary 1110010 1100011 10001000 10000 11011 0 101111 100001000 10000 101110

Color Harmonies of #726388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726388

Black with #726388

Text Example


Text Example

White with #726388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726388; }

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

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

background-color css

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

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

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

border-color css

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

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

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