Html Css Color HEX #763704 Raw Umber

📋 copy color: '#763704'

red 118 ◦ green 55 ◦ blue 4

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

Shades of Raw Umber #763704

Tints of Raw Umber #763704

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.07%

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 66.67%
G = 31.07%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#763704 (or 0x763704) is known color: Raw Umber. HEX triplet: 76, 37 and 04. RGB value is (118,55,4). Sum of RGB (Red+Green+Blue) = 118+55+4=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #763704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763704 is #89C8FB. Grayscale: #444444. Windows color (decimal): -9029884 or 276342. OLE color: 276342.

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

Color convert

RGB 118 55 4 -
CMYK 0 0.53 0.97 0.54
HSL 26.84º 0.93% 0.24% -
HSV(B) 26.84º 0.97% 0.46% -
XYZ 8.86 6.59 0.92 -
YUV 68.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 118 55 4 0 0.53 0.97 0.54 26.84 0.93 0.24
Hex 76 37 4 0 35 61 36 1B 5D 18
Octal 166 67 4 0 65 141 66 33 135 30
Binary 1110110 110111 100 0 110101 1100001 110110 11011 1011101 11000

Color Harmonies of #763704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763704

Black with #763704

Text Example


Text Example

White with #763704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763704; }

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

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

background-color css

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

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

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

border-color css

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

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

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