Html Css Color HEX #726B8A Kimberly

📋 copy color: '#726B8A'

red 114 ◦ green 107 ◦ blue 138

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

Shades of Kimberly #726B8A

Tints of Kimberly #726B8A

RGB

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

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

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

R = 31.75%
G = 29.81%
B = 38.44%

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

#726B8A (or 0x726B8A) is known color: Kimberly. HEX triplet: 72, 6B and 8A. RGB value is (114,107,138). Sum of RGB (Red+Green+Blue) = 114+107+138=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #726B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726B8A is #8D9475. Grayscale: #707070. Windows color (decimal): -9278582 or 9071474. OLE color: 9071474.

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

Color convert

RGB 114 107 138 -
CMYK 0.17 0.22 0 0.46
HSL 253.55º 0.13% 0.48% -
HSV(B) 253.55º 0.22% 0.54% -
XYZ 16.78 15.93 26.23 -
YUV 112.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 114 107 138 0.17 0.22 0 0.46 253.55 0.13 0.48
Hex 72 6B 8A 11 16 0 2E FE D 30
Octal 162 153 212 21 26 0 56 376 15 60
Binary 1110010 1101011 10001010 10001 10110 0 101110 11111110 1101 110000

Color Harmonies of #726B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B8A

Black with #726B8A

Text Example


Text Example

White with #726B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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