Html Css Color HEX #7F5240 Ironstone

📋 copy color: '#7F5240'

red 127 ◦ green 82 ◦ blue 64

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

Shades of Ironstone #7F5240

Tints of Ironstone #7F5240

RGB

 RED value IS 127 (50% from 255) = 46.52%

 GREEN value IS 82 (32.42% from 255) = 30.04%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 46.52%
G = 30.04%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F5240 (or 0x7F5240) is known color: Ironstone. HEX triplet: 7F, 52 and 40. RGB value is (127,82,64). Sum of RGB (Red+Green+Blue) = 127+82+64=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5240 is #80ADBF. Grayscale: #5D5D5D. Windows color (decimal): -8433088 or 4215423. OLE color: 4215423.

HSL color Cylindrical-coordinate representation of color #7F5240: hue angle of 17.14º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F5240 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 82 64 -
CMYK 0 0.35 0.50 0.50
HSL 17.14º 0.33% 0.37% -
HSV(B) 17.14º 0.5% 0.5% -
XYZ 12.7 10.92 6.29 -
YUV 93.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 127 82 64 0 0.35 0.50 0.50 17.14 0.33 0.37
Hex 7F 52 40 0 23 32 32 11 21 25
Octal 177 122 100 0 43 62 62 21 41 45
Binary 1111111 1010010 1000000 0 100011 110010 110010 10001 100001 100101

Color Harmonies of #7F5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5240

Black with #7F5240

Text Example


Text Example

White with #7F5240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,82,64); }

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

background-color css

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

 a { background-color: rgb(127,82,64); }

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

border-color css

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

 span { border-color: rgb(127,82,64); }

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