Html Css Color HEX #7B3827 Pueblo

📋 copy color: '#7B3827'

red 123 ◦ green 56 ◦ blue 39

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

Shades of Pueblo #7B3827

Tints of Pueblo #7B3827

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 39 (15.63% from 255) = 17.89%

R = 56.42%
G = 25.69%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#7B3827 (or 0x7B3827) is known color: Pueblo. HEX triplet: 7B, 38 and 27. RGB value is (123,56,39). Sum of RGB (Red+Green+Blue) = 123+56+39=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3827 is #84C7D8. Grayscale: #4A4A4A. Windows color (decimal): -8701913 or 2570363. OLE color: 2570363.

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

Color convert

RGB 123 56 39 -
CMYK 0 0.54 0.68 0.52
HSL 12.14º 0.52% 0.32% -
HSV(B) 12.14º 0.68% 0.48% -
XYZ 9.95 7.19 2.78 -
YUV 74.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 123 56 39 0 0.54 0.68 0.52 12.14 0.52 0.32
Hex 7B 38 27 0 36 44 34 C 34 20
Octal 173 70 47 0 66 104 64 14 64 40
Binary 1111011 111000 100111 0 110110 1000100 110100 1100 110100 100000

Color Harmonies of #7B3827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3827

Black with #7B3827

Text Example


Text Example

White with #7B3827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,56,39); }

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

background-color css

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

 a { background-color: rgb(123,56,39); }

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

border-color css

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

 span { border-color: rgb(123,56,39); }

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