Html Css Color HEX #726988 Kimberly

📋 copy color: '#726988'

red 114 ◦ green 105 ◦ blue 136

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

Shades of Kimberly #726988

Tints of Kimberly #726988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 32.11%
G = 29.58%
B = 38.31%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726988 (or 0x726988) is known color: Kimberly. HEX triplet: 72, 69 and 88. RGB value is (114,105,136). Sum of RGB (Red+Green+Blue) = 114+105+136=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 136 - color contains mainly: blue. Hex color #726988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726988 is #8D9677. Grayscale: #6F6F6F. Windows color (decimal): -9279096 or 8939890. OLE color: 8939890.

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

Color convert

RGB 114 105 136 -
CMYK 0.16 0.23 0 0.47
HSL 257.42º 0.13% 0.47% -
HSV(B) 257.42º 0.23% 0.53% -
XYZ 16.43 15.46 25.41 -
YUV 111.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 114 105 136 0.16 0.23 0 0.47 257.42 0.13 0.47
Hex 72 69 88 10 17 0 2F 101 D 2F
Octal 162 151 210 20 27 0 57 401 15 57
Binary 1110010 1101001 10001000 10000 10111 0 101111 100000001 1101 101111

Color Harmonies of #726988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726988

Black with #726988

Text Example


Text Example

White with #726988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726988; }

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

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

background-color css

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

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

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

border-color css

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

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

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