Html Css Color HEX #747068 Ironside Grey

📋 copy color: '#747068'

red 116 ◦ green 112 ◦ blue 104

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

Shades of Ironside Grey #747068

Tints of Ironside Grey #747068

RGB

 RED value IS 116 (45.7% from 255) = 34.94%

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

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

R = 34.94%
G = 33.73%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#747068 (or 0x747068) is known color: Ironside Grey. HEX triplet: 74, 70 and 68. RGB value is (116,112,104). Sum of RGB (Red+Green+Blue) = 116+112+104=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #747068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747068 is #8B8F97. Grayscale: #707070. Windows color (decimal): -9146264 or 6844532. OLE color: 6844532.

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

Color convert

RGB 116 112 104 -
CMYK 0 0.03 0.10 0.55
HSL 40º 0.05% 0.43% -
HSV(B) 40º 0.1% 0.45% -
XYZ 15.5 16.3 15.43 -
YUV 112.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 116 112 104 0 0.03 0.10 0.55 40 0.05 0.43
Hex 74 70 68 0 3 A 37 28 5 2B
Octal 164 160 150 0 3 12 67 50 5 53
Binary 1110100 1110000 1101000 0 11 1010 110111 101000 101 101011

Color Harmonies of #747068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747068

Black with #747068

Text Example


Text Example

White with #747068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747068; }

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

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

background-color css

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

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

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

border-color css

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

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

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