Html Css Color HEX #7B3325 Pueblo

📋 copy color: '#7B3325'

red 123 ◦ green 51 ◦ blue 37

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

Shades of Pueblo #7B3325

Tints of Pueblo #7B3325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

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

R = 58.29%
G = 24.17%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#7B3325 (or 0x7B3325) is known color: Pueblo. HEX triplet: 7B, 33 and 25. RGB value is (123,51,37). Sum of RGB (Red+Green+Blue) = 123+51+37=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3325 is #84CCDA. Grayscale: #474747. Windows color (decimal): -8703195 or 2438011. OLE color: 2438011.

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

Color convert

RGB 123 51 37 -
CMYK 0 0.59 0.70 0.52
HSL 9.77º 0.54% 0.31% -
HSV(B) 9.77º 0.7% 0.48% -
XYZ 9.69 6.71 2.54 -
YUV 70.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 123 51 37 0 0.59 0.70 0.52 9.77 0.54 0.31
Hex 7B 33 25 0 3B 46 34 A 36 1F
Octal 173 63 45 0 73 106 64 12 66 37
Binary 1111011 110011 100101 0 111011 1000110 110100 1010 110110 11111

Color Harmonies of #7B3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3325

Black with #7B3325

Text Example


Text Example

White with #7B3325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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