Html Css Color HEX #726B8B Kimberly

📋 copy color: '#726B8B'

red 114 ◦ green 107 ◦ blue 139

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

Shades of Kimberly #726B8B

Tints of Kimberly #726B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 31.67%
G = 29.72%
B = 38.61%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#726B8B (or 0x726B8B) is known color: Kimberly. HEX triplet: 72, 6B and 8B. RGB value is (114,107,139). Sum of RGB (Red+Green+Blue) = 114+107+139=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #726B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B8B is #8D9474. Grayscale: #707070. Windows color (decimal): -9278581 or 9137010. OLE color: 9137010.

HSL color Cylindrical-coordinate representation of color #726B8B: hue angle of 253.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726B8B is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 107 139 -
CMYK 0.18 0.23 0 0.45
HSL 253.13º 0.13% 0.48% -
HSV(B) 253.13º 0.23% 0.55% -
XYZ 16.86 15.96 26.62 -
YUV 112.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 114 107 139 0.18 0.23 0 0.45 253.13 0.13 0.48
Hex 72 6B 8B 12 17 0 2D FD D 30
Octal 162 153 213 22 27 0 55 375 15 60
Binary 1110010 1101011 10001011 10010 10111 0 101101 11111101 1101 110000

Color Harmonies of #726B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B8B

Black with #726B8B

Text Example


Text Example

White with #726B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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