#763707

Color #763707 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #763707

Tints of Raw Umber #763707

Color information

#763707 (or 0x763707) is unknown color: approx Raw Umber. HEX triplet: 76, 37 and 07. RGB value is (118,55,7). Sum of RGB (Red+Green+Blue) = 118+55+7=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #763707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763707 is #89C8F8. Grayscale: #444444. Windows color (decimal): -9029881 or 472950. OLE color: 472950.

HSL color Cylindrical-coordinate representation of color #763707: hue angle of 25.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #763707 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118557-
CMYK00.530.940.54
HSL25.95º88.8%24.51%-
HSV(B)25.95º94.07%46.27%-
XYZ8.886.61.01-
YUV68.3693.37163.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.56%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 7 (3.12% from 255) = 3.89%
R=65.56%
G=30.56%
B=3.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11855700.530.940.5425.9588.824.51
Hex763770355E361a5919
Octal166677065136663213131
Binary11101101101111110110101101111011011011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763707; }

 p { color: rgb(118,55,7); }

 H1.HeaderClassName
 {
   color: #763707;
 }
 .AnyTagClassName
 {
   color: #763707;
 }
</style>
background-color css

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

 a { background-color: rgb(118,55,7); }

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

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

 span { border-color: rgb(118,55,7); }

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