Html Css Color HEX #776101 Raw Umber

📋 copy color: '#776101'

red 119 ◦ green 97 ◦ blue 1

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

Shades of Raw Umber #776101

Tints of Raw Umber #776101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 54.84%
G = 44.7%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#776101 (or 0x776101) is known color: Raw Umber. HEX triplet: 77, 61 and 01. RGB value is (119,97,1). Sum of RGB (Red+Green+Blue) = 119+97+1=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #776101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776101 is #889EFE. Grayscale: #5D5D5D. Windows color (decimal): -8953599 or 90487. OLE color: 90487.

HSL color Cylindrical-coordinate representation of color #776101: hue angle of 48.81º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #776101 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 97 1 -
CMYK 0 0.18 0.99 0.53
HSL 48.81º 0.98% 0.24% -
HSV(B) 48.81º 0.99% 0.47% -
XYZ 11.89 12.47 1.81 -
YUV 92.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 119 97 1 0 0.18 0.99 0.53 48.81 0.98 0.24
Hex 77 61 1 0 12 63 35 31 62 18
Octal 167 141 1 0 22 143 65 61 142 30
Binary 1110111 1100001 1 0 10010 1100011 110101 110001 1100010 11000

Color Harmonies of #776101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776101

Black with #776101

Text Example


Text Example

White with #776101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776101; }

 p { color: rgb(119,97,1); }

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

background-color css

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

 a { background-color: rgb(119,97,1); }

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

border-color css

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

 span { border-color: rgb(119,97,1); }

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