Html Css Color HEX #763F12 Russet

📋 copy color: '#763F12'

red 118 ◦ green 63 ◦ blue 18

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

Shades of Russet #763F12

Tints of Russet #763F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 59.3%
G = 31.66%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#763F12 (or 0x763F12) is known color: Russet. HEX triplet: 76, 3F and 12. RGB value is (118,63,18). Sum of RGB (Red+Green+Blue) = 118+63+18=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #763F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F12 is #89C0ED. Grayscale: #4A4A4A. Windows color (decimal): -9027822 or 1195894. OLE color: 1195894.

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

Color convert

RGB 118 63 18 -
CMYK 0 0.47 0.85 0.54
HSL 27º 0.74% 0.27% -
HSV(B) 27º 0.85% 0.46% -
XYZ 9.36 7.45 1.52 -
YUV 74.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 118 63 18 0 0.47 0.85 0.54 27 0.74 0.27
Hex 76 3F 12 0 2F 55 36 1B 4A 1B
Octal 166 77 22 0 57 125 66 33 112 33
Binary 1110110 111111 10010 0 101111 1010101 110110 11011 1001010 11011

Color Harmonies of #763F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F12

Black with #763F12

Text Example


Text Example

White with #763F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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