Html Css Color HEX #7F633F Dark Wood

📋 copy color: '#7F633F'

red 127 ◦ green 99 ◦ blue 63

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

Shades of Dark Wood #7F633F

Tints of Dark Wood #7F633F

RGB

 RED value IS 127 (50% from 255) = 43.94%

 GREEN value IS 99 (39.06% from 255) = 34.26%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 43.94%
G = 34.26%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F633F (or 0x7F633F) is known color: Dark Wood. HEX triplet: 7F, 63 and 3F. RGB value is (127,99,63). Sum of RGB (Red+Green+Blue) = 127+99+63=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F633F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F633F is #809CC0. Grayscale: #676767. Windows color (decimal): -8428737 or 4154239. OLE color: 4154239.

HSL color Cylindrical-coordinate representation of color #7F633F: hue angle of 33.75º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F633F is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 99 63 -
CMYK 0 0.22 0.50 0.50
HSL 33.75º 0.34% 0.37% -
HSV(B) 33.75º 0.5% 0.5% -
XYZ 14.11 13.79 6.62 -
YUV 103.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 127 99 63 0 0.22 0.50 0.50 33.75 0.34 0.37
Hex 7F 63 3F 0 16 32 32 22 22 25
Octal 177 143 77 0 26 62 62 42 42 45
Binary 1111111 1100011 111111 0 10110 110010 110010 100010 100010 100101

Color Harmonies of #7F633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F633F

Black with #7F633F

Text Example


Text Example

White with #7F633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F633F; }

 p { color: rgb(127,99,63); }

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

background-color css

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

 a { background-color: rgb(127,99,63); }

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

border-color css

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

 span { border-color: rgb(127,99,63); }

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