Html Css Color HEX #7F332F Tall Poppy

📋 copy color: '#7F332F'

red 127 ◦ green 51 ◦ blue 47

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

Shades of Tall Poppy #7F332F

Tints of Tall Poppy #7F332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 47 (18.75% from 255) = 20.89%

R = 56.44%
G = 22.67%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F332F (or 0x7F332F) is known color: Tall Poppy. HEX triplet: 7F, 33 and 2F. RGB value is (127,51,47). Sum of RGB (Red+Green+Blue) = 127+51+47=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F332F is #80CCD0. Grayscale: #494949. Windows color (decimal): -8441041 or 3093375. OLE color: 3093375.

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

Color convert

RGB 127 51 47 -
CMYK 0 0.60 0.63 0.50
HSL 0.46% 0.34% -
HSV(B) 0.63% 0.5% -
XYZ 10.45 7.08 3.51 -
YUV 73.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 127 51 47 0 0.60 0.63 0.50 3 0.46 0.34
Hex 7F 33 2F 0 3C 3F 32 3 2E 22
Octal 177 63 57 0 74 77 62 3 56 42
Binary 1111111 110011 101111 0 111100 111111 110010 11 101110 100010

Color Harmonies of #7F332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F332F

Black with #7F332F

Text Example


Text Example

White with #7F332F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,51,47); }

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

background-color css

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

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

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

border-color css

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

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

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