Html Css Color HEX #7B5001 Raw Umber

📋 copy color: '#7B5001'

red 123 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #7B5001

Tints of Raw Umber #7B5001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 60.29%
G = 39.22%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.52

RGB Variations

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

Color information

#7B5001 (or 0x7B5001) is known color: Raw Umber. HEX triplet: 7B, 50 and 01. RGB value is (123,80,1). Sum of RGB (Red+Green+Blue) = 123+80+1=204 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60.29% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5001 is #84AFFE. Grayscale: #545454. Windows color (decimal): -8695807 or 86139. OLE color: 86139.

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

Color convert

RGB 123 80 1 -
CMYK 0 0.35 0.99 0.52
HSL 38.85º 0.98% 0.24% -
HSV(B) 38.85º 0.99% 0.48% -
XYZ 11.04 9.95 1.37 -
YUV 83.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 123 80 1 0 0.35 0.99 0.52 38.85 0.98 0.24
Hex 7B 50 1 0 23 63 34 27 62 18
Octal 173 120 1 0 43 143 64 47 142 30
Binary 1111011 1010000 1 0 100011 1100011 110100 100111 1100010 11000

Color Harmonies of #7B5001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5001

Black with #7B5001

Text Example


Text Example

White with #7B5001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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