Html Css Color HEX #726B89 Kimberly

📋 copy color: '#726B89'

red 114 ◦ green 107 ◦ blue 137

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

Shades of Kimberly #726B89

Tints of Kimberly #726B89

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 137 (53.91% from 255) = 38.27%

R = 31.84%
G = 29.89%
B = 38.27%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#726B89 (or 0x726B89) is known color: Kimberly. HEX triplet: 72, 6B and 89. RGB value is (114,107,137). Sum of RGB (Red+Green+Blue) = 114+107+137=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #726B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B89 is #8D9476. Grayscale: #707070. Windows color (decimal): -9278583 or 9005938. OLE color: 9005938.

HSL color Cylindrical-coordinate representation of color #726B89: hue angle of 254º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #726B89 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 107 137 -
CMYK 0.17 0.22 0 0.46
HSL 254º 0.12% 0.48% -
HSV(B) 254º 0.22% 0.54% -
XYZ 16.71 15.9 25.85 -
YUV 112.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 114 107 137 0.17 0.22 0 0.46 254 0.12 0.48
Hex 72 6B 89 11 16 0 2E FE C 30
Octal 162 153 211 21 26 0 56 376 14 60
Binary 1110010 1101011 10001001 10001 10110 0 101110 11111110 1100 110000

Color Harmonies of #726B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B89

Black with #726B89

Text Example


Text Example

White with #726B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B89; }

 p { color: rgb(114,107,137); }

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

background-color css

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

 a { background-color: rgb(114,107,137); }

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

border-color css

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

 span { border-color: rgb(114,107,137); }

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