Html Css Color HEX #7B4A12 Raw Umber

📋 copy color: '#7B4A12'

red 123 ◦ green 74 ◦ blue 18

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

Shades of Raw Umber #7B4A12

Tints of Raw Umber #7B4A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 57.21%
G = 34.42%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#7B4A12 (or 0x7B4A12) is known color: Raw Umber. HEX triplet: 7B, 4A and 12. RGB value is (123,74,18). Sum of RGB (Red+Green+Blue) = 123+74+18=215 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.21% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B4A12 is #84B5ED. Grayscale: #525252. Windows color (decimal): -8697326 or 1198715. OLE color: 1198715.

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

Color convert

RGB 123 74 18 -
CMYK 0 0.40 0.85 0.52
HSL 32º 0.74% 0.28% -
HSV(B) 32º 0.85% 0.48% -
XYZ 10.73 9.15 1.77 -
YUV 82.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 123 74 18 0 0.40 0.85 0.52 32 0.74 0.28
Hex 7B 4A 12 0 28 55 34 20 4A 1C
Octal 173 112 22 0 50 125 64 40 112 34
Binary 1111011 1001010 10010 0 101000 1010101 110100 100000 1001010 11100

Color Harmonies of #7B4A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4A12

Black with #7B4A12

Text Example


Text Example

White with #7B4A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,74,18); }

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

background-color css

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

 a { background-color: rgb(123,74,18); }

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

border-color css

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

 span { border-color: rgb(123,74,18); }

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