Html Css Color HEX #7B3727 Pueblo

📋 copy color: '#7B3727'

red 123 ◦ green 55 ◦ blue 39

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

Shades of Pueblo #7B3727

Tints of Pueblo #7B3727

RGB

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

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

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

R = 56.68%
G = 25.35%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.52

RGB Variations

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

Color information

#7B3727 (or 0x7B3727) is known color: Pueblo. HEX triplet: 7B, 37 and 27. RGB value is (123,55,39). Sum of RGB (Red+Green+Blue) = 123+55+39=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3727 is #84C8D8. Grayscale: #494949. Windows color (decimal): -8702169 or 2570107. OLE color: 2570107.

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

Color convert

RGB 123 55 39 -
CMYK 0 0.55 0.68 0.52
HSL 11.43º 0.52% 0.32% -
HSV(B) 11.43º 0.68% 0.48% -
XYZ 9.9 7.09 2.77 -
YUV 73.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 123 55 39 0 0.55 0.68 0.52 11.43 0.52 0.32
Hex 7B 37 27 0 37 44 34 B 34 20
Octal 173 67 47 0 67 104 64 13 64 40
Binary 1111011 110111 100111 0 110111 1000100 110100 1011 110100 100000

Color Harmonies of #7B3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3727

Black with #7B3727

Text Example


Text Example

White with #7B3727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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