Html Css Color HEX #7F3430 Tall Poppy

📋 copy color: '#7F3430'

red 127 ◦ green 52 ◦ blue 48

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

Shades of Tall Poppy #7F3430

Tints of Tall Poppy #7F3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

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

R = 55.95%
G = 22.91%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F3430 (or 0x7F3430) is known color: Tall Poppy. HEX triplet: 7F, 34 and 30. RGB value is (127,52,48). Sum of RGB (Red+Green+Blue) = 127+52+48=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3430 is #80CBCF. Grayscale: #4A4A4A. Windows color (decimal): -8440784 or 3159167. OLE color: 3159167.

HSL color Cylindrical-coordinate representation of color #7F3430: hue angle of 3.04º 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 #7F3430 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 52 48 -
CMYK 0 0.59 0.62 0.50
HSL 3.04º 0.45% 0.34% -
HSV(B) 3.04º 0.62% 0.5% -
XYZ 10.51 7.18 3.63 -
YUV 73.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 127 52 48 0 0.59 0.62 0.50 3.04 0.45 0.34
Hex 7F 34 30 0 3B 3E 32 3 2D 22
Octal 177 64 60 0 73 76 62 3 55 42
Binary 1111111 110100 110000 0 111011 111110 110010 11 101101 100010

Color Harmonies of #7F3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3430

Black with #7F3430

Text Example


Text Example

White with #7F3430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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