Html Css Color HEX #763F08 Raw Umber

📋 copy color: '#763F08'

red 118 ◦ green 63 ◦ blue 8

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

Shades of Raw Umber #763F08

Tints of Raw Umber #763F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 62.43%
G = 33.33%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#763F08 (or 0x763F08) is known color: Raw Umber. HEX triplet: 76, 3F and 08. RGB value is (118,63,8). Sum of RGB (Red+Green+Blue) = 118+63+8=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #763F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F08 is #89C0F7. Grayscale: #494949. Windows color (decimal): -9027832 or 540534. OLE color: 540534.

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

Color convert

RGB 118 63 8 -
CMYK 0 0.47 0.93 0.54
HSL 30º 0.87% 0.25% -
HSV(B) 30º 0.93% 0.46% -
XYZ 9.29 7.42 1.17 -
YUV 73.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 118 63 8 0 0.47 0.93 0.54 30 0.87 0.25
Hex 76 3F 8 0 2F 5D 36 1E 57 19
Octal 166 77 10 0 57 135 66 36 127 31
Binary 1110110 111111 1000 0 101111 1011101 110110 11110 1010111 11001

Color Harmonies of #763F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F08

Black with #763F08

Text Example


Text Example

White with #763F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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