Html Css Color HEX #763F00 Raw Umber

📋 copy color: '#763F00'

red 118 ◦ green 63 ◦ blue 0

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

Shades of Raw Umber #763F00

Tints of Raw Umber #763F00

RGB

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

 GREEN value IS 63 (25% from 255) = 34.81%

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

R = 65.19%
G = 34.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#763F00 (or 0x763F00) is known color: Raw Umber. HEX triplet: 76, 3F and 00. RGB value is (118,63,0). Sum of RGB (Red+Green+Blue) = 118+63+0=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 63 (25% from 255 or 34.81% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #763F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F00 is #89C0FF. Grayscale: #484848. Windows color (decimal): -9027840 or 16246. OLE color: 16246.

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

Color convert

RGB 118 63 0 -
CMYK 0 0.47 1 0.54
HSL 32.03º 1% 0.23% -
HSV(B) 32.03º 1% 0.46% -
XYZ 9.25 7.41 0.94 -
YUV 72.26 87.22 160.62 -
System Red Green Blue C M Y K H S L
Decimal 118 63 0 0 0.47 1 0.54 32.03 1 0.23
Hex 76 3F 0 0 2F 64 36 20 64 17
Octal 166 77 0 0 57 144 66 40 144 27
Binary 1110110 111111 0 0 101111 1100100 110110 100000 1100100 10111

Color Harmonies of #763F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F00

Black with #763F00

Text Example


Text Example

White with #763F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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