Html Css Color HEX #763B0C Raw Umber

📋 copy color: '#763B0C'

red 118 ◦ green 59 ◦ blue 12

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

Shades of Raw Umber #763B0C

Tints of Raw Umber #763B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.22%

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

R = 62.43%
G = 31.22%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#763B0C (or 0x763B0C) is known color: Raw Umber. HEX triplet: 76, 3B and 0C. RGB value is (118,59,12). Sum of RGB (Red+Green+Blue) = 118+59+12=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #763B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763B0C is #89C4F3. Grayscale: #474747. Windows color (decimal): -9028852 or 801654. OLE color: 801654.

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

Color convert

RGB 118 59 12 -
CMYK 0 0.50 0.90 0.54
HSL 26.6º 0.82% 0.25% -
HSV(B) 26.6º 0.9% 0.46% -
XYZ 9.1 7.01 1.22 -
YUV 71.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 118 59 12 0 0.50 0.90 0.54 26.6 0.82 0.25
Hex 76 3B C 0 32 5A 36 1B 52 19
Octal 166 73 14 0 62 132 66 33 122 31
Binary 1110110 111011 1100 0 110010 1011010 110110 11011 1010010 11001

Color Harmonies of #763B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B0C

Black with #763B0C

Text Example


Text Example

White with #763B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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