Html Css Color HEX #726D85 Kimberly

📋 copy color: '#726D85'

red 114 ◦ green 109 ◦ blue 133

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

Shades of Kimberly #726D85

Tints of Kimberly #726D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 32.02%
G = 30.62%
B = 37.36%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726D85 (or 0x726D85) is known color: Kimberly. HEX triplet: 72, 6D and 85. RGB value is (114,109,133). Sum of RGB (Red+Green+Blue) = 114+109+133=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #726D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D85 is #8D927A. Grayscale: #717171. Windows color (decimal): -9278075 or 8744306. OLE color: 8744306.

HSL color Cylindrical-coordinate representation of color #726D85: hue angle of 252.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #726D85 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 109 133 -
CMYK 0.14 0.18 0 0.48
HSL 252.5º 0.1% 0.47% -
HSV(B) 252.5º 0.18% 0.52% -
XYZ 16.64 16.21 24.44 -
YUV 113.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 114 109 133 0.14 0.18 0 0.48 252.5 0.1 0.47
Hex 72 6D 85 E 12 0 30 FD A 2F
Octal 162 155 205 16 22 0 60 375 12 57
Binary 1110010 1101101 10000101 1110 10010 0 110000 11111101 1010 101111

Color Harmonies of #726D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D85

Black with #726D85

Text Example


Text Example

White with #726D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,133); }

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

background-color css

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

 a { background-color: rgb(114,109,133); }

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

border-color css

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

 span { border-color: rgb(114,109,133); }

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