Html Css Color HEX #7D3835 Tall Poppy

📋 copy color: '#7D3835'

red 125 ◦ green 56 ◦ blue 53

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

Shades of Tall Poppy #7D3835

Tints of Tall Poppy #7D3835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 53.42%
G = 23.93%
B = 22.65%

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

#7D3835 (or 0x7D3835) is known color: Tall Poppy. HEX triplet: 7D, 38 and 35. RGB value is (125,56,53). Sum of RGB (Red+Green+Blue) = 125+56+53=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3835 is #82C7CA. Grayscale: #4C4C4C. Windows color (decimal): -8570827 or 3487869. OLE color: 3487869.

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

Color convert

RGB 125 56 53 -
CMYK 0 0.55 0.58 0.51
HSL 2.5º 0.4% 0.35% -
HSV(B) 2.5º 0.58% 0.49% -
XYZ 10.51 7.45 4.25 -
YUV 76.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 125 56 53 0 0.55 0.58 0.51 2.5 0.4 0.35
Hex 7D 38 35 0 37 3A 33 2 28 23
Octal 175 70 65 0 67 72 63 2 50 43
Binary 1111101 111000 110101 0 110111 111010 110011 10 101000 100011

Color Harmonies of #7D3835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3835

Black with #7D3835

Text Example


Text Example

White with #7D3835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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