Html Css Color HEX #7B826D Gunsmoke

📋 copy color: '#7B826D'

red 123 ◦ green 130 ◦ blue 109

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

Shades of Gunsmoke #7B826D

Tints of Gunsmoke #7B826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 33.98%
G = 35.91%
B = 30.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#7B826D (or 0x7B826D) is known color: Gunsmoke. HEX triplet: 7B, 82 and 6D. RGB value is (123,130,109). Sum of RGB (Red+Green+Blue) = 123+130+109=362 (47% of max value = 765). Red value is 123 (48.44% from 255 or 33.98% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 130 - color contains mainly: green. Hex color #7B826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B826D is #847D92. Grayscale: #7D7D7D. Windows color (decimal): -8682899 or 7176827. OLE color: 7176827.

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

Color convert

RGB 123 130 109 -
CMYK 0.05 0 0.16 0.49
HSL 80º 0.09% 0.47% -
HSV(B) 80º 0.16% 0.51% -
XYZ 18.91 21.28 17.58 -
YUV 125.51 118.68 126.21 -
System Red Green Blue C M Y K H S L
Decimal 123 130 109 0.05 0 0.16 0.49 80 0.09 0.47
Hex 7B 82 6D 5 0 10 31 50 9 2F
Octal 173 202 155 5 0 20 61 120 11 57
Binary 1111011 10000010 1101101 101 0 10000 110001 1010000 1001 101111

Color Harmonies of #7B826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B826D

Black with #7B826D

Text Example


Text Example

White with #7B826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,130,109); }

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

background-color css

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

 a { background-color: rgb(123,130,109); }

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

border-color css

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

 span { border-color: rgb(123,130,109); }

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