Html Css Color HEX #7B2918 Pueblo

📋 copy color: '#7B2918'

red 123 ◦ green 41 ◦ blue 24

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

Shades of Pueblo #7B2918

Tints of Pueblo #7B2918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

 BLUE value IS 24 (9.77% from 255) = 12.77%

R = 65.43%
G = 21.81%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#7B2918 (or 0x7B2918) is known color: Pueblo. HEX triplet: 7B, 29 and 18. RGB value is (123,41,24). Sum of RGB (Red+Green+Blue) = 123+41+24=188 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.43% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2918 is #84D6E7. Grayscale: #3F3F3F. Windows color (decimal): -8705768 or 1583483. OLE color: 1583483.

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

Color convert

RGB 123 41 24 -
CMYK 0 0.67 0.80 0.52
HSL 10.3º 0.67% 0.29% -
HSV(B) 10.3º 0.8% 0.48% -
XYZ 9.13 5.86 1.51 -
YUV 63.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 123 41 24 0 0.67 0.80 0.52 10.3 0.67 0.29
Hex 7B 29 18 0 43 50 34 A 43 1D
Octal 173 51 30 0 103 120 64 12 103 35
Binary 1111011 101001 11000 0 1000011 1010000 110100 1010 1000011 11101

Color Harmonies of #7B2918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2918

Black with #7B2918

Text Example


Text Example

White with #7B2918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,41,24); }

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

background-color css

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

 a { background-color: rgb(123,41,24); }

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

border-color css

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

 span { border-color: rgb(123,41,24); }

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