Html Css Color HEX #7A5714 Raw Umber

📋 copy color: '#7A5714'

red 122 ◦ green 87 ◦ blue 20

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

Shades of Raw Umber #7A5714

Tints of Raw Umber #7A5714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 53.28%
G = 37.99%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A5714 (or 0x7A5714) is known color: Raw Umber. HEX triplet: 7A, 57 and 14. RGB value is (122,87,20). Sum of RGB (Red+Green+Blue) = 122+87+20=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5714 is #85A8EB. Grayscale: #5A5A5A. Windows color (decimal): -8759532 or 1333114. OLE color: 1333114.

HSL color Cylindrical-coordinate representation of color #7A5714: hue angle of 39.41º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A5714 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 87 20 -
CMYK 0 0.29 0.84 0.52
HSL 39.41º 0.72% 0.28% -
HSV(B) 39.41º 0.84% 0.48% -
XYZ 11.56 11 2.18 -
YUV 89.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 122 87 20 0 0.29 0.84 0.52 39.41 0.72 0.28
Hex 7A 57 14 0 1D 54 34 27 48 1C
Octal 172 127 24 0 35 124 64 47 110 34
Binary 1111010 1010111 10100 0 11101 1010100 110100 100111 1001000 11100

Color Harmonies of #7A5714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5714

Black with #7A5714

Text Example


Text Example

White with #7A5714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,87,20); }

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

background-color css

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

 a { background-color: rgb(122,87,20); }

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

border-color css

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

 span { border-color: rgb(122,87,20); }

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