Html Css Color HEX #7C3725 Pueblo

📋 copy color: '#7C3725'

red 124 ◦ green 55 ◦ blue 37

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

Shades of Pueblo #7C3725

Tints of Pueblo #7C3725

RGB

 RED value IS 124 (48.83% from 255) = 57.41%

 GREEN value IS 55 (21.88% from 255) = 25.46%

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

R = 57.41%
G = 25.46%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C3725 (or 0x7C3725) is known color: Pueblo. HEX triplet: 7C, 37 and 25. RGB value is (124,55,37). Sum of RGB (Red+Green+Blue) = 124+55+37=216 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.41% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3725 is #83C8DA. Grayscale: #494949. Windows color (decimal): -8636635 or 2439036. OLE color: 2439036.

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

Color convert

RGB 124 55 37 -
CMYK 0 0.56 0.70 0.51
HSL 12.41º 0.54% 0.32% -
HSV(B) 12.41º 0.7% 0.49% -
XYZ 10.01 7.15 2.6 -
YUV 73.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 124 55 37 0 0.56 0.70 0.51 12.41 0.54 0.32
Hex 7C 37 25 0 38 46 33 C 36 20
Octal 174 67 45 0 70 106 63 14 66 40
Binary 1111100 110111 100101 0 111000 1000110 110011 1100 110110 100000

Color Harmonies of #7C3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3725

Black with #7C3725

Text Example


Text Example

White with #7C3725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,37); }

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

background-color css

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

 a { background-color: rgb(124,55,37); }

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

border-color css

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

 span { border-color: rgb(124,55,37); }

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