Html Css Color HEX #77521A Raw Umber

📋 copy color: '#77521A'

red 119 ◦ green 82 ◦ blue 26

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

Shades of Raw Umber #77521A

Tints of Raw Umber #77521A

RGB

 RED value IS 119 (46.88% from 255) = 52.42%

 GREEN value IS 82 (32.42% from 255) = 36.12%

 BLUE value IS 26 (10.55% from 255) = 11.45%

R = 52.42%
G = 36.12%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#77521A (or 0x77521A) is known color: Raw Umber. HEX triplet: 77, 52 and 1A. RGB value is (119,82,26). Sum of RGB (Red+Green+Blue) = 119+82+26=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77521A is #88ADE5. Grayscale: #565656. Windows color (decimal): -8957414 or 1725047. OLE color: 1725047.

HSL color Cylindrical-coordinate representation of color #77521A: hue angle of 36.13º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77521A is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 26 -
CMYK 0 0.31 0.78 0.53
HSL 36.13º 0.64% 0.28% -
HSV(B) 36.13º 0.78% 0.47% -
XYZ 10.81 10.03 2.34 -
YUV 86.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 119 82 26 0 0.31 0.78 0.53 36.13 0.64 0.28
Hex 77 52 1A 0 1F 4E 35 24 40 1C
Octal 167 122 32 0 37 116 65 44 100 34
Binary 1110111 1010010 11010 0 11111 1001110 110101 100100 1000000 11100

Color Harmonies of #77521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77521A

Black with #77521A

Text Example


Text Example

White with #77521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77521A; }

 p { color: rgb(119,82,26); }

 H1.HeaderClassName
 {
   color: #77521A;
 }
 .AnyTagClassName
 {
   color: #77521A;
 }
</style>

background-color css

<style>
 a { background-color: #77521A; }

 a { background-color: rgb(119,82,26); }

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

border-color css

<style>
 span { border-color: #77521A; }

 span { border-color: rgb(119,82,26); }

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