Html Css Color HEX #726A8A Kimberly

📋 copy color: '#726A8A'

red 114 ◦ green 106 ◦ blue 138

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

Shades of Kimberly #726A8A

Tints of Kimberly #726A8A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

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

R = 31.84%
G = 29.61%
B = 38.55%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#726A8A (or 0x726A8A) is known color: Kimberly. HEX triplet: 72, 6A and 8A. RGB value is (114,106,138). Sum of RGB (Red+Green+Blue) = 114+106+138=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #726A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726A8A is #8D9575. Grayscale: #6F6F6F. Windows color (decimal): -9278838 or 9071218. OLE color: 9071218.

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

Color convert

RGB 114 106 138 -
CMYK 0.17 0.23 0 0.46
HSL 255º 0.13% 0.48% -
HSV(B) 255º 0.23% 0.54% -
XYZ 16.68 15.72 26.2 -
YUV 112.04 142.65 129.4 -
System Red Green Blue C M Y K H S L
Decimal 114 106 138 0.17 0.23 0 0.46 255 0.13 0.48
Hex 72 6A 8A 11 17 0 2E FF D 30
Octal 162 152 212 21 27 0 56 377 15 60
Binary 1110010 1101010 10001010 10001 10111 0 101110 11111111 1101 110000

Color Harmonies of #726A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A8A

Black with #726A8A

Text Example


Text Example

White with #726A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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