Html Css Color HEX #763E0C Raw Umber

📋 copy color: '#763E0C'

red 118 ◦ green 62 ◦ blue 12

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

Shades of Raw Umber #763E0C

Tints of Raw Umber #763E0C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.29%

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 61.46%
G = 32.29%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#763E0C (or 0x763E0C) is known color: Raw Umber. HEX triplet: 76, 3E and 0C. RGB value is (118,62,12). Sum of RGB (Red+Green+Blue) = 118+62+12=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E0C is #89C1F3. Grayscale: #494949. Windows color (decimal): -9028084 or 802422. OLE color: 802422.

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

Color convert

RGB 118 62 12 -
CMYK 0 0.47 0.90 0.54
HSL 28.3º 0.82% 0.25% -
HSV(B) 28.3º 0.9% 0.46% -
XYZ 9.26 7.32 1.27 -
YUV 73.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 118 62 12 0 0.47 0.90 0.54 28.3 0.82 0.25
Hex 76 3E C 0 2F 5A 36 1C 52 19
Octal 166 76 14 0 57 132 66 34 122 31
Binary 1110110 111110 1100 0 101111 1011010 110110 11100 1010010 11001

Color Harmonies of #763E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E0C

Black with #763E0C

Text Example


Text Example

White with #763E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,12); }

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

background-color css

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

 a { background-color: rgb(118,62,12); }

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

border-color css

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

 span { border-color: rgb(118,62,12); }

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