Html Css Color HEX #763F0E Raw Umber

📋 copy color: '#763F0E'

red 118 ◦ green 63 ◦ blue 14

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

Shades of Raw Umber #763F0E

Tints of Raw Umber #763F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 60.51%
G = 32.31%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#763F0E (or 0x763F0E) is known color: Raw Umber. HEX triplet: 76, 3F and 0E. RGB value is (118,63,14). Sum of RGB (Red+Green+Blue) = 118+63+14=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F0E is #89C0F1. Grayscale: #4A4A4A. Windows color (decimal): -9027826 or 933750. OLE color: 933750.

HSL color Cylindrical-coordinate representation of color #763F0E: hue angle of 28.27º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #763F0E is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 63 14 -
CMYK 0 0.47 0.88 0.54
HSL 28.27º 0.79% 0.26% -
HSV(B) 28.27º 0.88% 0.46% -
XYZ 9.33 7.44 1.36 -
YUV 73.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 118 63 14 0 0.47 0.88 0.54 28.27 0.79 0.26
Hex 76 3F E 0 2F 58 36 1C 4F 1A
Octal 166 77 16 0 57 130 66 34 117 32
Binary 1110110 111111 1110 0 101111 1011000 110110 11100 1001111 11010

Color Harmonies of #763F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F0E

Black with #763F0E

Text Example


Text Example

White with #763F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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