Html Css Color HEX #763700 Raw Umber

📋 copy color: '#763700'

red 118 ◦ green 55 ◦ blue 0

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

Shades of Raw Umber #763700

Tints of Raw Umber #763700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.21%
G = 31.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#763700 (or 0x763700) is known color: Raw Umber. HEX triplet: 76, 37 and 00. RGB value is (118,55,0). Sum of RGB (Red+Green+Blue) = 118+55+0=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #763700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763700 is #89C8FF. Grayscale: #434343. Windows color (decimal): -9029888 or 14198. OLE color: 14198.

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

Color convert

RGB 118 55 0 -
CMYK 0 0.53 1 0.54
HSL 27.97º 1% 0.23% -
HSV(B) 27.97º 1% 0.46% -
XYZ 8.84 6.58 0.81 -
YUV 67.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 118 55 0 0 0.53 1 0.54 27.97 1 0.23
Hex 76 37 0 0 35 64 36 1C 64 17
Octal 166 67 0 0 65 144 66 34 144 27
Binary 1110110 110111 0 0 110101 1100100 110110 11100 1100100 10111

Color Harmonies of #763700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763700

Black with #763700

Text Example


Text Example

White with #763700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763700; }

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

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

background-color css

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

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

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

border-color css

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

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

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