Html Css Color HEX #7D3937 Tall Poppy

📋 copy color: '#7D3937'

red 125 ◦ green 57 ◦ blue 55

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

Shades of Tall Poppy #7D3937

Tints of Tall Poppy #7D3937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.21%

R = 52.74%
G = 24.05%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D3937 (or 0x7D3937) is known color: Tall Poppy. HEX triplet: 7D, 39 and 37. RGB value is (125,57,55). Sum of RGB (Red+Green+Blue) = 125+57+55=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3937 is #82C6C8. Grayscale: #4D4D4D. Windows color (decimal): -8570569 or 3619197. OLE color: 3619197.

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

Color convert

RGB 125 57 55 -
CMYK 0 0.54 0.56 0.51
HSL 1.71º 0.39% 0.35% -
HSV(B) 1.71º 0.56% 0.49% -
XYZ 10.61 7.56 4.51 -
YUV 77.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 125 57 55 0 0.54 0.56 0.51 1.71 0.39 0.35
Hex 7D 39 37 0 36 38 33 2 27 23
Octal 175 71 67 0 66 70 63 2 47 43
Binary 1111101 111001 110111 0 110110 111000 110011 10 100111 100011

Color Harmonies of #7D3937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3937

Black with #7D3937

Text Example


Text Example

White with #7D3937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,55); }

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

background-color css

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

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

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

border-color css

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

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

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