Html Css Color HEX #726685 Kimberly

📋 copy color: '#726685'

red 114 ◦ green 102 ◦ blue 133

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

Shades of Kimberly #726685

Tints of Kimberly #726685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.23%

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

R = 32.66%
G = 29.23%
B = 38.11%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726685 (or 0x726685) is known color: Kimberly. HEX triplet: 72, 66 and 85. RGB value is (114,102,133). Sum of RGB (Red+Green+Blue) = 114+102+133=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #726685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726685 is #8D997A. Grayscale: #6D6D6D. Windows color (decimal): -9279867 or 8742514. OLE color: 8742514.

HSL color Cylindrical-coordinate representation of color #726685: hue angle of 263.23º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726685 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 102 133 -
CMYK 0.14 0.23 0 0.48
HSL 263.23º 0.13% 0.46% -
HSV(B) 263.23º 0.23% 0.52% -
XYZ 15.92 14.77 24.2 -
YUV 109.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 114 102 133 0.14 0.23 0 0.48 263.23 0.13 0.46
Hex 72 66 85 E 17 0 30 107 D 2E
Octal 162 146 205 16 27 0 60 407 15 56
Binary 1110010 1100110 10000101 1110 10111 0 110000 100000111 1101 101110

Color Harmonies of #726685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726685

Black with #726685

Text Example


Text Example

White with #726685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726685; }

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

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

background-color css

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

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

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

border-color css

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

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

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