Html Css Color HEX #7D3834 Tall Poppy

📋 copy color: '#7D3834'

red 125 ◦ green 56 ◦ blue 52

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

Shades of Tall Poppy #7D3834

Tints of Tall Poppy #7D3834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 53.65%
G = 24.03%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D3834 (or 0x7D3834) is known color: Tall Poppy. HEX triplet: 7D, 38 and 34. RGB value is (125,56,52). Sum of RGB (Red+Green+Blue) = 125+56+52=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3834 is #82C7CB. Grayscale: #4C4C4C. Windows color (decimal): -8570828 or 3422333. OLE color: 3422333.

HSL color Cylindrical-coordinate representation of color #7D3834: hue angle of 3.29º 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 #7D3834 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 56 52 -
CMYK 0 0.55 0.58 0.51
HSL 3.29º 0.41% 0.35% -
HSV(B) 3.29º 0.58% 0.49% -
XYZ 10.49 7.44 4.13 -
YUV 76.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 125 56 52 0 0.55 0.58 0.51 3.29 0.41 0.35
Hex 7D 38 34 0 37 3A 33 3 29 23
Octal 175 70 64 0 67 72 63 3 51 43
Binary 1111101 111000 110100 0 110111 111010 110011 11 101001 100011

Color Harmonies of #7D3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3834

Black with #7D3834

Text Example


Text Example

White with #7D3834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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