Html Css Color HEX #7C6767 Light Wood

📋 copy color: '#7C6767'

red 124 ◦ green 103 ◦ blue 103

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

Shades of Light Wood #7C6767

Tints of Light Wood #7C6767

RGB

 RED value IS 124 (48.83% from 255) = 37.58%

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 103 (40.63% from 255) = 31.21%

R = 37.58%
G = 31.21%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7C6767 (or 0x7C6767) is known color: Light Wood. HEX triplet: 7C, 67 and 67. RGB value is (124,103,103). Sum of RGB (Red+Green+Blue) = 124+103+103=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6767 is #839898. Grayscale: #6D6D6D. Windows color (decimal): -8624281 or 6776700. OLE color: 6776700.

HSL color Cylindrical-coordinate representation of color #7C6767: hue angle of 0º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C6767 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 103 -
CMYK 0 0.17 0.17 0.51
HSL 0.09% 0.45% -
HSV(B) 0.17% 0.49% -
XYZ 15.61 14.96 14.9 -
YUV 109.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 124 103 103 0 0.17 0.17 0.51 0 0.09 0.45
Hex 7C 67 67 0 11 11 33 0 9 2D
Octal 174 147 147 0 21 21 63 0 11 55
Binary 1111100 1100111 1100111 0 10001 10001 110011 0 1001 101101

Color Harmonies of #7C6767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6767

Black with #7C6767

Text Example


Text Example

White with #7C6767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,103); }

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

background-color css

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

 a { background-color: rgb(124,103,103); }

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

border-color css

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

 span { border-color: rgb(124,103,103); }

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