Html Css Color HEX #70697F Kimberly

📋 copy color: '#70697F'

red 112 ◦ green 105 ◦ blue 127

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

Shades of Kimberly #70697F

Tints of Kimberly #70697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

 BLUE value IS 127 (50% from 255) = 36.92%

R = 32.56%
G = 30.52%
B = 36.92%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70697F (or 0x70697F) is known color: Kimberly. HEX triplet: 70, 69 and 7F. RGB value is (112,105,127). Sum of RGB (Red+Green+Blue) = 112+105+127=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #70697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70697F is #8F9680. Grayscale: #6D6D6D. Windows color (decimal): -9410177 or 8350064. OLE color: 8350064.

HSL color Cylindrical-coordinate representation of color #70697F: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70697F is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 105 127 -
CMYK 0.12 0.17 0 0.50
HSL 259.09º 0.09% 0.45% -
HSV(B) 259.09º 0.17% 0.5% -
XYZ 15.56 15.08 22.17 -
YUV 109.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 112 105 127 0.12 0.17 0 0.50 259.09 0.09 0.45
Hex 70 69 7F C 11 0 32 103 9 2D
Octal 160 151 177 14 21 0 62 403 11 55
Binary 1110000 1101001 1111111 1100 10001 0 110010 100000011 1001 101101

Color Harmonies of #70697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70697F

Black with #70697F

Text Example


Text Example

White with #70697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70697F; }

 p { color: rgb(112,105,127); }

 H1.HeaderClassName
 {
   color: #70697F;
 }
 .AnyTagClassName
 {
   color: #70697F;
 }
</style>

background-color css

<style>
 a { background-color: #70697F; }

 a { background-color: rgb(112,105,127); }

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

border-color css

<style>
 span { border-color: #70697F; }

 span { border-color: rgb(112,105,127); }

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