Html Css Color HEX #707069 Ironside Grey

📋 copy color: '#707069'

red 112 ◦ green 112 ◦ blue 105

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

Shades of Ironside Grey #707069

Tints of Ironside Grey #707069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 34.04%
G = 34.04%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#707069 (or 0x707069) is known color: Ironside Grey. HEX triplet: 70, 70 and 69. RGB value is (112,112,105). Sum of RGB (Red+Green+Blue) = 112+112+105=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707069 is #8F8F96. Grayscale: #6F6F6F. Windows color (decimal): -9408407 or 6910064. OLE color: 6910064.

HSL color Cylindrical-coordinate representation of color #707069: hue angle of 60º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #707069 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 105 -
CMYK 0 0 0.06 0.56
HSL 60º 0.03% 0.43% -
HSV(B) 60º 0.06% 0.44% -
XYZ 15.03 16.05 15.67 -
YUV 111.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 112 112 105 0 0 0.06 0.56 60 0.03 0.43
Hex 70 70 69 0 0 6 38 3C 3 2B
Octal 160 160 151 0 0 6 70 74 3 53
Binary 1110000 1110000 1101001 0 0 110 111000 111100 11 101011

Color Harmonies of #707069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707069

Black with #707069

Text Example


Text Example

White with #707069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707069; }

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

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

background-color css

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

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

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

border-color css

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

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

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