Html Css Color HEX #763F0F Raw Umber

📋 copy color: '#763F0F'

red 118 ◦ green 63 ◦ blue 15

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

Shades of Raw Umber #763F0F

Tints of Raw Umber #763F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.65%

R = 60.2%
G = 32.14%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#763F0F (or 0x763F0F) is known color: Raw Umber. HEX triplet: 76, 3F and 0F. RGB value is (118,63,15). Sum of RGB (Red+Green+Blue) = 118+63+15=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F0F is #89C0F0. Grayscale: #4A4A4A. Windows color (decimal): -9027825 or 999286. OLE color: 999286.

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

Color convert

RGB 118 63 15 -
CMYK 0 0.47 0.87 0.54
HSL 27.96º 0.77% 0.26% -
HSV(B) 27.96º 0.87% 0.46% -
XYZ 9.33 7.44 1.4 -
YUV 73.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 118 63 15 0 0.47 0.87 0.54 27.96 0.77 0.26
Hex 76 3F F 0 2F 57 36 1C 4D 1A
Octal 166 77 17 0 57 127 66 34 115 32
Binary 1110110 111111 1111 0 101111 1010111 110110 11100 1001101 11010

Color Harmonies of #763F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F0F

Black with #763F0F

Text Example


Text Example

White with #763F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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