Html Css Color HEX #786161 Light Wood

📋 copy color: '#786161'

red 120 ◦ green 97 ◦ blue 97

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

Shades of Light Wood #786161

Tints of Light Wood #786161

RGB

 RED value IS 120 (47.27% from 255) = 38.22%

 GREEN value IS 97 (38.28% from 255) = 30.89%

 BLUE value IS 97 (38.28% from 255) = 30.89%

R = 38.22%
G = 30.89%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#786161 (or 0x786161) is known color: Light Wood. HEX triplet: 78, 61 and 61. RGB value is (120,97,97). Sum of RGB (Red+Green+Blue) = 120+97+97=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #786161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786161 is #879E9E. Grayscale: #676767. Windows color (decimal): -8887967 or 6381944. OLE color: 6381944.

HSL color Cylindrical-coordinate representation of color #786161: hue angle of 0º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #786161 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 97 97 -
CMYK 0 0.19 0.19 0.53
HSL 0.11% 0.43% -
HSV(B) 0.19% 0.47% -
XYZ 14.18 13.41 13.15 -
YUV 103.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 120 97 97 0 0.19 0.19 0.53 0 0.11 0.43
Hex 78 61 61 0 13 13 35 0 B 2B
Octal 170 141 141 0 23 23 65 0 13 53
Binary 1111000 1100001 1100001 0 10011 10011 110101 0 1011 101011

Color Harmonies of #786161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786161

Black with #786161

Text Example


Text Example

White with #786161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786161; }

 p { color: rgb(120,97,97); }

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

background-color css

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

 a { background-color: rgb(120,97,97); }

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

border-color css

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

 span { border-color: rgb(120,97,97); }

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