Html Css Color HEX #7B3525 Pueblo

📋 copy color: '#7B3525'

red 123 ◦ green 53 ◦ blue 37

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

Shades of Pueblo #7B3525

Tints of Pueblo #7B3525

RGB

 RED value IS 123 (48.44% from 255) = 57.75%

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 57.75%
G = 24.88%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7B3525 (or 0x7B3525) is known color: Pueblo. HEX triplet: 7B, 35 and 25. RGB value is (123,53,37). Sum of RGB (Red+Green+Blue) = 123+53+37=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3525 is #84CADA. Grayscale: #484848. Windows color (decimal): -8702683 or 2438523. OLE color: 2438523.

HSL color Cylindrical-coordinate representation of color #7B3525: hue angle of 11.16º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B3525 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 53 37 -
CMYK 0 0.57 0.70 0.52
HSL 11.16º 0.54% 0.31% -
HSV(B) 11.16º 0.7% 0.48% -
XYZ 9.78 6.89 2.57 -
YUV 72.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 123 53 37 0 0.57 0.70 0.52 11.16 0.54 0.31
Hex 7B 35 25 0 39 46 34 B 36 1F
Octal 173 65 45 0 71 106 64 13 66 37
Binary 1111011 110101 100101 0 111001 1000110 110100 1011 110110 11111

Color Harmonies of #7B3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3525

Black with #7B3525

Text Example


Text Example

White with #7B3525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,53,37); }

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

background-color css

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

 a { background-color: rgb(123,53,37); }

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

border-color css

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

 span { border-color: rgb(123,53,37); }

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