Html Css Color HEX #764901 Raw Umber

📋 copy color: '#764901'

red 118 ◦ green 73 ◦ blue 1

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

Shades of Raw Umber #764901

Tints of Raw Umber #764901

RGB

 RED value IS 118 (46.48% from 255) = 61.46%

 GREEN value IS 73 (28.91% from 255) = 38.02%

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

R = 61.46%
G = 38.02%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#764901 (or 0x764901) is known color: Raw Umber. HEX triplet: 76, 49 and 01. RGB value is (118,73,1). Sum of RGB (Red+Green+Blue) = 118+73+1=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764901 is #89B6FE. Grayscale: #4E4E4E. Windows color (decimal): -9025279 or 84342. OLE color: 84342.

HSL color Cylindrical-coordinate representation of color #764901: hue angle of 36.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #764901 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 1 -
CMYK 0 0.38 0.99 0.54
HSL 36.92º 0.98% 0.23% -
HSV(B) 36.92º 0.99% 0.46% -
XYZ 9.86 8.62 1.17 -
YUV 78.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 118 73 1 0 0.38 0.99 0.54 36.92 0.98 0.23
Hex 76 49 1 0 26 63 36 25 62 17
Octal 166 111 1 0 46 143 66 45 142 27
Binary 1110110 1001001 1 0 100110 1100011 110110 100101 1100010 10111

Color Harmonies of #764901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764901

Black with #764901

Text Example


Text Example

White with #764901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764901; }

 p { color: rgb(118,73,1); }

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

background-color css

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

 a { background-color: rgb(118,73,1); }

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

border-color css

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

 span { border-color: rgb(118,73,1); }

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