Html Css Color HEX #7D2725 Lusty

📋 copy color: '#7D2725'

red 125 ◦ green 39 ◦ blue 37

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

Shades of Lusty #7D2725

Tints of Lusty #7D2725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.4%

 BLUE value IS 37 (14.84% from 255) = 18.41%

R = 62.19%
G = 19.4%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D2725 (or 0x7D2725) is known color: Lusty. HEX triplet: 7D, 27 and 25. RGB value is (125,39,37). Sum of RGB (Red+Green+Blue) = 125+39+37=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2725 is #82D8DA. Grayscale: #404040. Windows color (decimal): -8575195 or 2434941. OLE color: 2434941.

HSL color Cylindrical-coordinate representation of color #7D2725: hue angle of 1.36º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D2725 is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 39 37 -
CMYK 0 0.69 0.70 0.51
HSL 1.36º 0.54% 0.32% -
HSV(B) 1.36º 0.7% 0.49% -
XYZ 9.52 5.94 2.4 -
YUV 64.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 125 39 37 0 0.69 0.70 0.51 1.36 0.54 0.32
Hex 7D 27 25 0 45 46 33 1 36 20
Octal 175 47 45 0 105 106 63 1 66 40
Binary 1111101 100111 100101 0 1000101 1000110 110011 1 110110 100000

Color Harmonies of #7D2725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2725

Black with #7D2725

Text Example


Text Example

White with #7D2725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,39,37); }

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

background-color css

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

 a { background-color: rgb(125,39,37); }

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

border-color css

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

 span { border-color: rgb(125,39,37); }

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