Html Css Color HEX #737069 Ironside Grey

📋 copy color: '#737069'

red 115 ◦ green 112 ◦ blue 105

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

Shades of Ironside Grey #737069

Tints of Ironside Grey #737069

RGB

 RED value IS 115 (45.31% from 255) = 34.64%

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

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

R = 34.64%
G = 33.73%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#737069 (or 0x737069) is known color: Ironside Grey. HEX triplet: 73, 70 and 69. RGB value is (115,112,105). Sum of RGB (Red+Green+Blue) = 115+112+105=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 115 - color contains mainly: red. Hex color #737069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737069 is #8C8F96. Grayscale: #707070. Windows color (decimal): -9211799 or 6910067. OLE color: 6910067.

HSL color Cylindrical-coordinate representation of color #737069: hue angle of 42º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #737069 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 105 -
CMYK 0 0.03 0.09 0.55
HSL 42º 0.05% 0.43% -
HSV(B) 42º 0.09% 0.45% -
XYZ 15.41 16.25 15.69 -
YUV 112.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 115 112 105 0 0.03 0.09 0.55 42 0.05 0.43
Hex 73 70 69 0 3 9 37 2A 5 2B
Octal 163 160 151 0 3 11 67 52 5 53
Binary 1110011 1110000 1101001 0 11 1001 110111 101010 101 101011

Color Harmonies of #737069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737069

Black with #737069

Text Example


Text Example

White with #737069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737069; }

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

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

background-color css

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

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

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

border-color css

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

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

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