Html Css Color HEX #77521E Raw Umber

📋 copy color: '#77521E'

red 119 ◦ green 82 ◦ blue 30

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

Shades of Raw Umber #77521E

Tints of Raw Umber #77521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 51.52%
G = 35.5%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#77521E (or 0x77521E) is known color: Raw Umber. HEX triplet: 77, 52 and 1E. RGB value is (119,82,30). Sum of RGB (Red+Green+Blue) = 119+82+30=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #77521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77521E is #88ADE1. Grayscale: #575757. Windows color (decimal): -8957410 or 1987191. OLE color: 1987191.

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

Color convert

RGB 119 82 30 -
CMYK 0 0.31 0.75 0.53
HSL 35.06º 0.6% 0.29% -
HSV(B) 35.06º 0.75% 0.47% -
XYZ 10.86 10.05 2.6 -
YUV 87.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 119 82 30 0 0.31 0.75 0.53 35.06 0.6 0.29
Hex 77 52 1E 0 1F 4B 35 23 3C 1D
Octal 167 122 36 0 37 113 65 43 74 35
Binary 1110111 1010010 11110 0 11111 1001011 110101 100011 111100 11101

Color Harmonies of #77521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77521E

Black with #77521E

Text Example


Text Example

White with #77521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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