Html Css Color HEX #7D3634 Tall Poppy

📋 copy color: '#7D3634'

red 125 ◦ green 54 ◦ blue 52

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

Shades of Tall Poppy #7D3634

Tints of Tall Poppy #7D3634

RGB

 RED value IS 125 (49.22% from 255) = 54.11%

 GREEN value IS 54 (21.48% from 255) = 23.38%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 54.11%
G = 23.38%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D3634 (or 0x7D3634) is known color: Tall Poppy. HEX triplet: 7D, 36 and 34. RGB value is (125,54,52). Sum of RGB (Red+Green+Blue) = 125+54+52=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3634 is #82C9CB. Grayscale: #4B4B4B. Windows color (decimal): -8571340 or 3421821. OLE color: 3421821.

HSL color Cylindrical-coordinate representation of color #7D3634: hue angle of 1.64º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3634 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 54 52 -
CMYK 0 0.57 0.58 0.51
HSL 1.64º 0.41% 0.35% -
HSV(B) 1.64º 0.58% 0.49% -
XYZ 10.4 7.25 4.1 -
YUV 75 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 125 54 52 0 0.57 0.58 0.51 1.64 0.41 0.35
Hex 7D 36 34 0 39 3A 33 2 29 23
Octal 175 66 64 0 71 72 63 2 51 43
Binary 1111101 110110 110100 0 111001 111010 110011 10 101001 100011

Color Harmonies of #7D3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3634

Black with #7D3634

Text Example


Text Example

White with #7D3634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,52); }

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

background-color css

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

 a { background-color: rgb(125,54,52); }

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

border-color css

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

 span { border-color: rgb(125,54,52); }

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