Html Css Color HEX #74726A Ironside Grey

📋 copy color: '#74726A'

red 116 ◦ green 114 ◦ blue 106

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

Shades of Ironside Grey #74726A

Tints of Ironside Grey #74726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 106 (41.8% from 255) = 31.55%

R = 34.52%
G = 33.93%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74726A (or 0x74726A) is known color: Ironside Grey. HEX triplet: 74, 72 and 6A. RGB value is (116,114,106). Sum of RGB (Red+Green+Blue) = 116+114+106=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 116 - color contains mainly: red. Hex color #74726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74726A is #8B8D95. Grayscale: #717171. Windows color (decimal): -9145750 or 6976116. OLE color: 6976116.

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

Color convert

RGB 116 114 106 -
CMYK 0 0.02 0.09 0.55
HSL 48º 0.05% 0.44% -
HSV(B) 48º 0.09% 0.45% -
XYZ 15.82 16.79 16.04 -
YUV 113.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 116 114 106 0 0.02 0.09 0.55 48 0.05 0.44
Hex 74 72 6A 0 2 9 37 30 5 2C
Octal 164 162 152 0 2 11 67 60 5 54
Binary 1110100 1110010 1101010 0 10 1001 110111 110000 101 101100

Color Harmonies of #74726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74726A

Black with #74726A

Text Example


Text Example

White with #74726A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74726A; }

 p { color: rgb(116,114,106); }

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

background-color css

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

 a { background-color: rgb(116,114,106); }

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

border-color css

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

 span { border-color: rgb(116,114,106); }

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