Html Css Color HEX #7B311B Pueblo

📋 copy color: '#7B311B'

red 123 ◦ green 49 ◦ blue 27

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

Shades of Pueblo #7B311B

Tints of Pueblo #7B311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 27 (10.94% from 255) = 13.57%

R = 61.81%
G = 24.62%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B311B (or 0x7B311B) is known color: Pueblo. HEX triplet: 7B, 31 and 1B. RGB value is (123,49,27). Sum of RGB (Red+Green+Blue) = 123+49+27=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B311B is #84CEE4. Grayscale: #444444. Windows color (decimal): -8703717 or 1782139. OLE color: 1782139.

HSL color Cylindrical-coordinate representation of color #7B311B: hue angle of 13.75º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B311B is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 49 27 -
CMYK 0 0.60 0.78 0.52
HSL 13.75º 0.64% 0.29% -
HSV(B) 13.75º 0.78% 0.48% -
XYZ 9.46 6.49 1.79 -
YUV 68.62 104.52 166.79 -
System Red Green Blue C M Y K H S L
Decimal 123 49 27 0 0.60 0.78 0.52 13.75 0.64 0.29
Hex 7B 31 1B 0 3C 4E 34 E 40 1D
Octal 173 61 33 0 74 116 64 16 100 35
Binary 1111011 110001 11011 0 111100 1001110 110100 1110 1000000 11101

Color Harmonies of #7B311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B311B

Black with #7B311B

Text Example


Text Example

White with #7B311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,49,27); }

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

background-color css

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

 a { background-color: rgb(123,49,27); }

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

border-color css

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

 span { border-color: rgb(123,49,27); }

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