Html Css Color HEX #7A5345 Ironstone

📋 copy color: '#7A5345'

red 122 ◦ green 83 ◦ blue 69

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

Shades of Ironstone #7A5345

Tints of Ironstone #7A5345

RGB

 RED value IS 122 (48.05% from 255) = 44.53%

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 44.53%
G = 30.29%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7A5345 (or 0x7A5345) is known color: Ironstone. HEX triplet: 7A, 53 and 45. RGB value is (122,83,69). Sum of RGB (Red+Green+Blue) = 122+83+69=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5345 is #85ACBA. Grayscale: #5D5D5D. Windows color (decimal): -8760507 or 4543354. OLE color: 4543354.

HSL color Cylindrical-coordinate representation of color #7A5345: hue angle of 15.85º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A5345 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 83 69 -
CMYK 0 0.32 0.43 0.52
HSL 15.85º 0.28% 0.37% -
HSV(B) 15.85º 0.43% 0.48% -
XYZ 12.19 10.75 7.06 -
YUV 93.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 122 83 69 0 0.32 0.43 0.52 15.85 0.28 0.37
Hex 7A 53 45 0 20 2B 34 10 1C 25
Octal 172 123 105 0 40 53 64 20 34 45
Binary 1111010 1010011 1000101 0 100000 101011 110100 10000 11100 100101

Color Harmonies of #7A5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5345

Black with #7A5345

Text Example


Text Example

White with #7A5345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A5345; }

 p { color: rgb(122,83,69); }

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

background-color css

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

 a { background-color: rgb(122,83,69); }

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

border-color css

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

 span { border-color: rgb(122,83,69); }

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