Html Css Color HEX #765100 Raw Umber

📋 copy color: '#765100'

red 118 ◦ green 81 ◦ blue 0

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

Shades of Raw Umber #765100

Tints of Raw Umber #765100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

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

R = 59.3%
G = 40.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#765100 (or 0x765100) is known color: Raw Umber. HEX triplet: 76, 51 and 00. RGB value is (118,81,0). Sum of RGB (Red+Green+Blue) = 118+81+0=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #765100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765100 is #89AEFF. Grayscale: #535353. Windows color (decimal): -9023232 or 20854. OLE color: 20854.

HSL color Cylindrical-coordinate representation of color #765100: hue angle of 41.19º 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 #765100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 81 0 -
CMYK 0 0.31 1 0.54
HSL 41.19º 1% 0.23% -
HSV(B) 41.19º 1% 0.46% -
XYZ 10.41 9.74 1.33 -
YUV 82.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 118 81 0 0 0.31 1 0.54 41.19 1 0.23
Hex 76 51 0 0 1F 64 36 29 64 17
Octal 166 121 0 0 37 144 66 51 144 27
Binary 1110110 1010001 0 0 11111 1100100 110110 101001 1100100 10111

Color Harmonies of #765100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765100

Black with #765100

Text Example


Text Example

White with #765100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765100; }

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

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

background-color css

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

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

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

border-color css

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

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

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