Html Css Color HEX #726F8A Kimberly

📋 copy color: '#726F8A'

red 114 ◦ green 111 ◦ blue 138

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

Shades of Kimberly #726F8A

Tints of Kimberly #726F8A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.58%

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

R = 31.4%
G = 30.58%
B = 38.02%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#726F8A (or 0x726F8A) is known color: Kimberly. HEX triplet: 72, 6F and 8A. RGB value is (114,111,138). Sum of RGB (Red+Green+Blue) = 114+111+138=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #726F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726F8A is #8D9075. Grayscale: #727272. Windows color (decimal): -9277558 or 9072498. OLE color: 9072498.

HSL color Cylindrical-coordinate representation of color #726F8A: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #726F8A is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 111 138 -
CMYK 0.17 0.20 0 0.46
HSL 246.67º 0.11% 0.49% -
HSV(B) 246.67º 0.2% 0.54% -
XYZ 17.21 16.78 26.38 -
YUV 114.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 114 111 138 0.17 0.20 0 0.46 246.67 0.11 0.49
Hex 72 6F 8A 11 14 0 2E F7 B 31
Octal 162 157 212 21 24 0 56 367 13 61
Binary 1110010 1101111 10001010 10001 10100 0 101110 11110111 1011 110001

Color Harmonies of #726F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F8A

Black with #726F8A

Text Example


Text Example

White with #726F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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