Html Css Color HEX #7F3530 Tall Poppy

📋 copy color: '#7F3530'

red 127 ◦ green 53 ◦ blue 48

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

Shades of Tall Poppy #7F3530

Tints of Tall Poppy #7F3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

 BLUE value IS 48 (19.14% from 255) = 21.05%

R = 55.7%
G = 23.25%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F3530 (or 0x7F3530) is known color: Tall Poppy. HEX triplet: 7F, 35 and 30. RGB value is (127,53,48). Sum of RGB (Red+Green+Blue) = 127+53+48=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3530 is #80CACF. Grayscale: #4A4A4A. Windows color (decimal): -8440528 or 3159423. OLE color: 3159423.

HSL color Cylindrical-coordinate representation of color #7F3530: hue angle of 3.8º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3530 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 53 48 -
CMYK 0 0.58 0.62 0.50
HSL 3.8º 0.45% 0.34% -
HSV(B) 3.8º 0.62% 0.5% -
XYZ 10.56 7.27 3.64 -
YUV 74.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 127 53 48 0 0.58 0.62 0.50 3.8 0.45 0.34
Hex 7F 35 30 0 3A 3E 32 4 2D 22
Octal 177 65 60 0 72 76 62 4 55 42
Binary 1111111 110101 110000 0 111010 111110 110010 100 101101 100010

Color Harmonies of #7F3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3530

Black with #7F3530

Text Example


Text Example

White with #7F3530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,48); }

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

background-color css

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

 a { background-color: rgb(127,53,48); }

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

border-color css

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

 span { border-color: rgb(127,53,48); }

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