Html Css Color HEX #70697D Kimberly

📋 copy color: '#70697D'

red 112 ◦ green 105 ◦ blue 125

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

Shades of Kimberly #70697D

Tints of Kimberly #70697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 32.75%
G = 30.7%
B = 36.55%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#70697D (or 0x70697D) is known color: Kimberly. HEX triplet: 70, 69 and 7D. RGB value is (112,105,125). Sum of RGB (Red+Green+Blue) = 112+105+125=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #70697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70697D is #8F9682. Grayscale: #6D6D6D. Windows color (decimal): -9410179 or 8218992. OLE color: 8218992.

HSL color Cylindrical-coordinate representation of color #70697D: hue angle of 261º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #70697D is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 112 105 125 -
CMYK 0.10 0.16 0 0.51
HSL 261º 0.09% 0.45% -
HSV(B) 261º 0.16% 0.49% -
XYZ 15.44 15.03 21.49 -
YUV 109.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 112 105 125 0.10 0.16 0 0.51 261 0.09 0.45
Hex 70 69 7D A 10 0 33 105 9 2D
Octal 160 151 175 12 20 0 63 405 11 55
Binary 1110000 1101001 1111101 1010 10000 0 110011 100000101 1001 101101

Color Harmonies of #70697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70697D

Black with #70697D

Text Example


Text Example

White with #70697D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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