Html Css Color HEX #7B3320 Pueblo

📋 copy color: '#7B3320'

red 123 ◦ green 51 ◦ blue 32

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

Shades of Pueblo #7B3320

Tints of Pueblo #7B3320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 59.71%
G = 24.76%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#7B3320 (or 0x7B3320) is known color: Pueblo. HEX triplet: 7B, 33 and 20. RGB value is (123,51,32). Sum of RGB (Red+Green+Blue) = 123+51+32=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3320 is #84CCDF. Grayscale: #464646. Windows color (decimal): -8703200 or 2110331. OLE color: 2110331.

HSL color Cylindrical-coordinate representation of color #7B3320: hue angle of 12.53º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B3320 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 51 32 -
CMYK 0 0.59 0.74 0.52
HSL 12.53º 0.59% 0.3% -
HSV(B) 12.53º 0.74% 0.48% -
XYZ 9.61 6.68 2.15 -
YUV 70.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 123 51 32 0 0.59 0.74 0.52 12.53 0.59 0.3
Hex 7B 33 20 0 3B 4A 34 D 3B 1E
Octal 173 63 40 0 73 112 64 15 73 36
Binary 1111011 110011 100000 0 111011 1001010 110100 1101 111011 11110

Color Harmonies of #7B3320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3320

Black with #7B3320

Text Example


Text Example

White with #7B3320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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