Html Css Color HEX #7A4F02 Raw Umber

📋 copy color: '#7A4F02'

red 122 ◦ green 79 ◦ blue 2

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

Shades of Raw Umber #7A4F02

Tints of Raw Umber #7A4F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.92%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 60.1%
G = 38.92%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A4F02 (or 0x7A4F02) is known color: Raw Umber. HEX triplet: 7A, 4F and 02. RGB value is (122,79,2). Sum of RGB (Red+Green+Blue) = 122+79+2=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4F02 is #85B0FD. Grayscale: #535353. Windows color (decimal): -8761598 or 151418. OLE color: 151418.

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

Color convert

RGB 122 79 2 -
CMYK 0 0.35 0.98 0.52
HSL 38.5º 0.97% 0.24% -
HSV(B) 38.5º 0.98% 0.48% -
XYZ 10.83 9.73 1.37 -
YUV 83.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 122 79 2 0 0.35 0.98 0.52 38.5 0.97 0.24
Hex 7A 4F 2 0 23 62 34 26 61 18
Octal 172 117 2 0 43 142 64 46 141 30
Binary 1111010 1001111 10 0 100011 1100010 110100 100110 1100001 11000

Color Harmonies of #7A4F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4F02

Black with #7A4F02

Text Example


Text Example

White with #7A4F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,79,2); }

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

background-color css

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

 a { background-color: rgb(122,79,2); }

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

border-color css

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

 span { border-color: rgb(122,79,2); }

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