Html Css Color HEX #726888 Kimberly

📋 copy color: '#726888'

red 114 ◦ green 104 ◦ blue 136

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

Shades of Kimberly #726888

Tints of Kimberly #726888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 32.2%
G = 29.38%
B = 38.42%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726888 (or 0x726888) is known color: Kimberly. HEX triplet: 72, 68 and 88. RGB value is (114,104,136). Sum of RGB (Red+Green+Blue) = 114+104+136=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #726888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726888 is #8D9777. Grayscale: #6E6E6E. Windows color (decimal): -9279352 or 8939634. OLE color: 8939634.

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

Color convert

RGB 114 104 136 -
CMYK 0.16 0.24 0 0.47
HSL 258.75º 0.13% 0.47% -
HSV(B) 258.75º 0.24% 0.53% -
XYZ 16.33 15.26 25.38 -
YUV 110.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 114 104 136 0.16 0.24 0 0.47 258.75 0.13 0.47
Hex 72 68 88 10 18 0 2F 103 D 2F
Octal 162 150 210 20 30 0 57 403 15 57
Binary 1110010 1101000 10001000 10000 11000 0 101111 100000011 1101 101111

Color Harmonies of #726888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726888

Black with #726888

Text Example


Text Example

White with #726888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726888; }

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

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

background-color css

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

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

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

border-color css

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

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

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