Html Css Color HEX #7A5300 Raw Umber

📋 copy color: '#7A5300'

red 122 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #7A5300

Tints of Raw Umber #7A5300

RGB

 RED value IS 122 (48.05% from 255) = 59.51%

 GREEN value IS 83 (32.81% from 255) = 40.49%

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

R = 59.51%
G = 40.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#7A5300 (or 0x7A5300) is known color: Raw Umber. HEX triplet: 7A, 53 and 00. RGB value is (122,83,0). Sum of RGB (Red+Green+Blue) = 122+83+0=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5300 is #85ACFF. Grayscale: #555555. Windows color (decimal): -8760576 or 21370. OLE color: 21370.

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

Color convert

RGB 122 83 0 -
CMYK 0 0.32 1 0.52
HSL 40.82º 1% 0.24% -
HSV(B) 40.82º 1% 0.48% -
XYZ 11.12 10.32 1.41 -
YUV 85.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 122 83 0 0 0.32 1 0.52 40.82 1 0.24
Hex 7A 53 0 0 20 64 34 29 64 18
Octal 172 123 0 0 40 144 64 51 144 30
Binary 1111010 1010011 0 0 100000 1100100 110100 101001 1100100 11000

Color Harmonies of #7A5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5300

Black with #7A5300

Text Example


Text Example

White with #7A5300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,83,0); }

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

background-color css

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

 a { background-color: rgb(122,83,0); }

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

border-color css

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

 span { border-color: rgb(122,83,0); }

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