Html Css Color HEX #7A5305 Raw Umber

📋 copy color: '#7A5305'

red 122 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #7A5305

Tints of Raw Umber #7A5305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 58.1%
G = 39.52%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#7A5305 (or 0x7A5305) is known color: Raw Umber. HEX triplet: 7A, 53 and 05. RGB value is (122,83,5). Sum of RGB (Red+Green+Blue) = 122+83+5=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5305 is #85ACFA. Grayscale: #565656. Windows color (decimal): -8760571 or 349050. OLE color: 349050.

HSL color Cylindrical-coordinate representation of color #7A5305: hue angle of 40º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A5305 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 83 5 -
CMYK 0 0.32 0.96 0.52
HSL 40º 0.92% 0.25% -
HSV(B) 40º 0.96% 0.48% -
XYZ 11.15 10.34 1.55 -
YUV 85.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 122 83 5 0 0.32 0.96 0.52 40 0.92 0.25
Hex 7A 53 5 0 20 60 34 28 5C 19
Octal 172 123 5 0 40 140 64 50 134 31
Binary 1111010 1010011 101 0 100000 1100000 110100 101000 1011100 11001

Color Harmonies of #7A5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5305

Black with #7A5305

Text Example


Text Example

White with #7A5305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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