Html Css Color HEX #706A86 Kimberly

📋 copy color: '#706A86'

red 112 ◦ green 106 ◦ blue 134

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

Shades of Kimberly #706A86

Tints of Kimberly #706A86

RGB

 RED value IS 112 (44.14% from 255) = 31.82%

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

 BLUE value IS 134 (52.73% from 255) = 38.07%

R = 31.82%
G = 30.11%
B = 38.07%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#706A86 (or 0x706A86) is known color: Kimberly. HEX triplet: 70, 6A and 86. RGB value is (112,106,134). Sum of RGB (Red+Green+Blue) = 112+106+134=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #706A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706A86 is #8F9579. Grayscale: #6E6E6E. Windows color (decimal): -9409914 or 8809072. OLE color: 8809072.

HSL color Cylindrical-coordinate representation of color #706A86: hue angle of 252.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706A86 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 106 134 -
CMYK 0.16 0.21 0 0.47
HSL 252.86º 0.12% 0.47% -
HSV(B) 252.86º 0.21% 0.53% -
XYZ 16.14 15.47 24.69 -
YUV 110.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 112 106 134 0.16 0.21 0 0.47 252.86 0.12 0.47
Hex 70 6A 86 10 15 0 2F FD C 2F
Octal 160 152 206 20 25 0 57 375 14 57
Binary 1110000 1101010 10000110 10000 10101 0 101111 11111101 1100 101111

Color Harmonies of #706A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A86

Black with #706A86

Text Example


Text Example

White with #706A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A86; }

 p { color: rgb(112,106,134); }

 H1.HeaderClassName
 {
   color: #706A86;
 }
 .AnyTagClassName
 {
   color: #706A86;
 }
</style>

background-color css

<style>
 a { background-color: #706A86; }

 a { background-color: rgb(112,106,134); }

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

border-color css

<style>
 span { border-color: #706A86; }

 span { border-color: rgb(112,106,134); }

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