Html Css Color HEX #7B5000 Raw Umber

📋 copy color: '#7B5000'

red 123 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #7B5000

Tints of Raw Umber #7B5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.59%
G = 39.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#7B5000 (or 0x7B5000) is known color: Raw Umber. HEX triplet: 7B, 50 and 00. RGB value is (123,80,0). Sum of RGB (Red+Green+Blue) = 123+80+0=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5000 is #84AFFF. Grayscale: #545454. Windows color (decimal): -8695808 or 20603. OLE color: 20603.

HSL color Cylindrical-coordinate representation of color #7B5000: hue angle of 39.02º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B5000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 80 0 -
CMYK 0 0.35 1 0.52
HSL 39.02º 1% 0.24% -
HSV(B) 39.02º 1% 0.48% -
XYZ 11.04 9.95 1.34 -
YUV 83.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 123 80 0 0 0.35 1 0.52 39.02 1 0.24
Hex 7B 50 0 0 23 64 34 27 64 18
Octal 173 120 0 0 43 144 64 47 144 30
Binary 1111011 1010000 0 0 100011 1100100 110100 100111 1100100 11000

Color Harmonies of #7B5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5000

Black with #7B5000

Text Example


Text Example

White with #7B5000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,80,0); }

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

background-color css

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

 a { background-color: rgb(123,80,0); }

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

border-color css

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

 span { border-color: rgb(123,80,0); }

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