Html Css Color HEX #7B470C Raw Umber

📋 copy color: '#7B470C'

red 123 ◦ green 71 ◦ blue 12

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

Shades of Raw Umber #7B470C

Tints of Raw Umber #7B470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 59.71%
G = 34.47%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B470C (or 0x7B470C) is known color: Raw Umber. HEX triplet: 7B, 47 and 0C. RGB value is (123,71,12). Sum of RGB (Red+Green+Blue) = 123+71+12=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B470C is #84B8F3. Grayscale: #505050. Windows color (decimal): -8698100 or 804731. OLE color: 804731.

HSL color Cylindrical-coordinate representation of color #7B470C: hue angle of 31.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B470C is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 71 12 -
CMYK 0 0.42 0.90 0.52
HSL 31.89º 0.82% 0.26% -
HSV(B) 31.89º 0.9% 0.48% -
XYZ 10.49 8.74 1.48 -
YUV 79.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 123 71 12 0 0.42 0.90 0.52 31.89 0.82 0.26
Hex 7B 47 C 0 2A 5A 34 20 52 1A
Octal 173 107 14 0 52 132 64 40 122 32
Binary 1111011 1000111 1100 0 101010 1011010 110100 100000 1010010 11010

Color Harmonies of #7B470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B470C

Black with #7B470C

Text Example


Text Example

White with #7B470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,71,12); }

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

background-color css

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

 a { background-color: rgb(123,71,12); }

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

border-color css

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

 span { border-color: rgb(123,71,12); }

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