Html Css Color HEX #726C8A Kimberly

📋 copy color: '#726C8A'

red 114 ◦ green 108 ◦ blue 138

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

Shades of Kimberly #726C8A

Tints of Kimberly #726C8A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30%

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 31.67%
G = 30%
B = 38.33%

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

#726C8A (or 0x726C8A) is known color: Kimberly. HEX triplet: 72, 6C and 8A. RGB value is (114,108,138). Sum of RGB (Red+Green+Blue) = 114+108+138=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #726C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C8A is #8D9375. Grayscale: #717171. Windows color (decimal): -9278326 or 9071730. OLE color: 9071730.

HSL color Cylindrical-coordinate representation of color #726C8A: hue angle of 252º 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 #726C8A is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 108 138 -
CMYK 0.17 0.22 0 0.46
HSL 252º 0.12% 0.48% -
HSV(B) 252º 0.22% 0.54% -
XYZ 16.89 16.14 26.27 -
YUV 113.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 114 108 138 0.17 0.22 0 0.46 252 0.12 0.48
Hex 72 6C 8A 11 16 0 2E FC C 30
Octal 162 154 212 21 26 0 56 374 14 60
Binary 1110010 1101100 10001010 10001 10110 0 101110 11111100 1100 110000

Color Harmonies of #726C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C8A

Black with #726C8A

Text Example


Text Example

White with #726C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,108,138); }

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

background-color css

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

 a { background-color: rgb(114,108,138); }

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

border-color css

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

 span { border-color: rgb(114,108,138); }

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