Html Css Color HEX #706F68 Ironside Grey

📋 copy color: '#706F68'

red 112 ◦ green 111 ◦ blue 104

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

Shades of Ironside Grey #706F68

Tints of Ironside Grey #706F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.94%

 BLUE value IS 104 (41.02% from 255) = 31.8%

R = 34.25%
G = 33.94%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706F68 (or 0x706F68) is known color: Ironside Grey. HEX triplet: 70, 6F and 68. RGB value is (112,111,104). Sum of RGB (Red+Green+Blue) = 112+111+104=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #706F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F68 is #8F9097. Grayscale: #6E6E6E. Windows color (decimal): -9408664 or 6844272. OLE color: 6844272.

HSL color Cylindrical-coordinate representation of color #706F68: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #706F68 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 111 104 -
CMYK 0 0.01 0.07 0.56
HSL 52.5º 0.04% 0.42% -
HSV(B) 52.5º 0.07% 0.44% -
XYZ 14.87 15.81 15.37 -
YUV 110.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 112 111 104 0 0.01 0.07 0.56 52.5 0.04 0.42
Hex 70 6F 68 0 1 7 38 34 4 2A
Octal 160 157 150 0 1 7 70 64 4 52
Binary 1110000 1101111 1101000 0 1 111 111000 110100 100 101010

Color Harmonies of #706F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F68

Black with #706F68

Text Example


Text Example

White with #706F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,111,104); }

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

background-color css

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

 a { background-color: rgb(112,111,104); }

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

border-color css

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

 span { border-color: rgb(112,111,104); }

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