Html Css Color HEX #765E00 Raw Umber

📋 copy color: '#765E00'

red 118 ◦ green 94 ◦ blue 0

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

Shades of Raw Umber #765E00

Tints of Raw Umber #765E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.66%
G = 44.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#765E00 (or 0x765E00) is known color: Raw Umber. HEX triplet: 76, 5E and 00. RGB value is (118,94,0). Sum of RGB (Red+Green+Blue) = 118+94+0=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #765E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E00 is #89A1FF. Grayscale: #5A5A5A. Windows color (decimal): -9019904 or 24182. OLE color: 24182.

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

Color convert

RGB 118 94 0 -
CMYK 0 0.20 1 0.54
HSL 47.8º 1% 0.23% -
HSV(B) 47.8º 1% 0.46% -
XYZ 11.47 11.86 1.68 -
YUV 90.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 118 94 0 0 0.20 1 0.54 47.8 1 0.23
Hex 76 5E 0 0 14 64 36 30 64 17
Octal 166 136 0 0 24 144 66 60 144 27
Binary 1110110 1011110 0 0 10100 1100100 110110 110000 1100100 10111

Color Harmonies of #765E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E00

Black with #765E00

Text Example


Text Example

White with #765E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E00; }

 p { color: rgb(118,94,0); }

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

background-color css

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

 a { background-color: rgb(118,94,0); }

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

border-color css

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

 span { border-color: rgb(118,94,0); }

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