Html Css Color HEX #707068 Ironside Grey

📋 copy color: '#707068'

red 112 ◦ green 112 ◦ blue 104

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

Shades of Ironside Grey #707068

Tints of Ironside Grey #707068

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 34.15%
G = 34.15%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#707068 (or 0x707068) is known color: Ironside Grey. HEX triplet: 70, 70 and 68. RGB value is (112,112,104). Sum of RGB (Red+Green+Blue) = 112+112+104=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707068 is #8F8F97. Grayscale: #6F6F6F. Windows color (decimal): -9408408 or 6844528. OLE color: 6844528.

HSL color Cylindrical-coordinate representation of color #707068: hue angle of 60º 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 #707068 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 104 -
CMYK 0 0 0.07 0.56
HSL 60º 0.04% 0.42% -
HSV(B) 60º 0.07% 0.44% -
XYZ 14.97 16.03 15.4 -
YUV 111.09 124 128.65 -
System Red Green Blue C M Y K H S L
Decimal 112 112 104 0 0 0.07 0.56 60 0.04 0.42
Hex 70 70 68 0 0 7 38 3C 4 2A
Octal 160 160 150 0 0 7 70 74 4 52
Binary 1110000 1110000 1101000 0 0 111 111000 111100 100 101010

Color Harmonies of #707068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707068

Black with #707068

Text Example


Text Example

White with #707068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707068; }

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

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

background-color css

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

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

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

border-color css

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

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

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