Html Css Color HEX #706B84 Kimberly

📋 copy color: '#706B84'

red 112 ◦ green 107 ◦ blue 132

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

Shades of Kimberly #706B84

Tints of Kimberly #706B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 31.91%
G = 30.48%
B = 37.61%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#706B84 (or 0x706B84) is known color: Kimberly. HEX triplet: 70, 6B and 84. RGB value is (112,107,132). Sum of RGB (Red+Green+Blue) = 112+107+132=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #706B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706B84 is #8F947B. Grayscale: #6F6F6F. Windows color (decimal): -9409660 or 8678256. OLE color: 8678256.

HSL color Cylindrical-coordinate representation of color #706B84: hue angle of 252º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #706B84 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 107 132 -
CMYK 0.15 0.19 0 0.48
HSL 252º 0.1% 0.47% -
HSV(B) 252º 0.19% 0.52% -
XYZ 16.1 15.63 24 -
YUV 111.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 112 107 132 0.15 0.19 0 0.48 252 0.1 0.47
Hex 70 6B 84 F 13 0 30 FC A 2F
Octal 160 153 204 17 23 0 60 374 12 57
Binary 1110000 1101011 10000100 1111 10011 0 110000 11111100 1010 101111

Color Harmonies of #706B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B84

Black with #706B84

Text Example


Text Example

White with #706B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,132); }

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

background-color css

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

 a { background-color: rgb(112,107,132); }

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

border-color css

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

 span { border-color: rgb(112,107,132); }

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