Html Css Color HEX #7F3939 Tall Poppy

📋 copy color: '#7F3939'

red 127 ◦ green 57 ◦ blue 57

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

Shades of Tall Poppy #7F3939

Tints of Tall Poppy #7F3939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 52.7%
G = 23.65%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#7F3939 (or 0x7F3939) is known color: Tall Poppy. HEX triplet: 7F, 39 and 39. RGB value is (127,57,57). Sum of RGB (Red+Green+Blue) = 127+57+57=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3939 is #80C6C6. Grayscale: #4D4D4D. Windows color (decimal): -8439495 or 3750271. OLE color: 3750271.

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

Color convert

RGB 127 57 57 -
CMYK 0 0.55 0.55 0.50
HSL 0.38% 0.36% -
HSV(B) 0.55% 0.5% -
XYZ 10.95 7.73 4.79 -
YUV 77.93 116.19 163 -
System Red Green Blue C M Y K H S L
Decimal 127 57 57 0 0.55 0.55 0.50 0 0.38 0.36
Hex 7F 39 39 0 37 37 32 0 26 24
Octal 177 71 71 0 67 67 62 0 46 44
Binary 1111111 111001 111001 0 110111 110111 110010 0 100110 100100

Color Harmonies of #7F3939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3939

Black with #7F3939

Text Example


Text Example

White with #7F3939

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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