Html Css Color HEX #7B5C5B Light Wood

📋 copy color: '#7B5C5B'

red 123 ◦ green 92 ◦ blue 91

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

Shades of Light Wood #7B5C5B

Tints of Light Wood #7B5C5B

RGB

 RED value IS 123 (48.44% from 255) = 40.2%

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 40.2%
G = 30.07%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B5C5B (or 0x7B5C5B) is known color: Light Wood. HEX triplet: 7B, 5C and 5B. RGB value is (123,92,91). Sum of RGB (Red+Green+Blue) = 123+92+91=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5C5B is #84A3A4. Grayscale: #656565. Windows color (decimal): -8692645 or 5987451. OLE color: 5987451.

HSL color Cylindrical-coordinate representation of color #7B5C5B: hue angle of 1.88º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B5C5B is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 92 91 -
CMYK 0 0.25 0.26 0.52
HSL 1.88º 0.15% 0.42% -
HSV(B) 1.88º 0.26% 0.48% -
XYZ 13.88 12.62 11.6 -
YUV 101.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 123 92 91 0 0.25 0.26 0.52 1.88 0.15 0.42
Hex 7B 5C 5B 0 19 1A 34 2 F 2A
Octal 173 134 133 0 31 32 64 2 17 52
Binary 1111011 1011100 1011011 0 11001 11010 110100 10 1111 101010

Color Harmonies of #7B5C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5C5B

Black with #7B5C5B

Text Example


Text Example

White with #7B5C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,92,91); }

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

background-color css

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

 a { background-color: rgb(123,92,91); }

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

border-color css

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

 span { border-color: rgb(123,92,91); }

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