Html Css Color HEX #7B460C Raw Umber

📋 copy color: '#7B460C'

red 123 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #7B460C

Tints of Raw Umber #7B460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

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

R = 60%
G = 34.15%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#7B460C (or 0x7B460C) is known color: Raw Umber. HEX triplet: 7B, 46 and 0C. RGB value is (123,70,12). Sum of RGB (Red+Green+Blue) = 123+70+12=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B460C is #84B9F3. Grayscale: #4F4F4F. Windows color (decimal): -8698356 or 804475. OLE color: 804475.

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

Color convert

RGB 123 70 12 -
CMYK 0 0.43 0.90 0.52
HSL 31.35º 0.82% 0.26% -
HSV(B) 31.35º 0.9% 0.48% -
XYZ 10.42 8.62 1.46 -
YUV 79.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 123 70 12 0 0.43 0.90 0.52 31.35 0.82 0.26
Hex 7B 46 C 0 2B 5A 34 1F 52 1A
Octal 173 106 14 0 53 132 64 37 122 32
Binary 1111011 1000110 1100 0 101011 1011010 110100 11111 1010010 11010

Color Harmonies of #7B460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B460C

Black with #7B460C

Text Example


Text Example

White with #7B460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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