Html Css Color HEX #7C8569 Gunsmoke

📋 copy color: '#7C8569'

red 124 ◦ green 133 ◦ blue 105

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

Shades of Gunsmoke #7C8569

Tints of Gunsmoke #7C8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

 BLUE value IS 105 (41.41% from 255) = 29.01%

R = 34.25%
G = 36.74%
B = 29.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#7C8569 (or 0x7C8569) is known color: Gunsmoke. HEX triplet: 7C, 85 and 69. RGB value is (124,133,105). Sum of RGB (Red+Green+Blue) = 124+133+105=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8569 is #837A96. Grayscale: #7F7F7F. Windows color (decimal): -8616599 or 6915452. OLE color: 6915452.

HSL color Cylindrical-coordinate representation of color #7C8569: hue angle of 79.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C8569 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 133 105 -
CMYK 0.07 0 0.21 0.48
HSL 79.29º 0.12% 0.47% -
HSV(B) 79.29º 0.21% 0.52% -
XYZ 19.25 22.08 16.61 -
YUV 127.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 124 133 105 0.07 0 0.21 0.48 79.29 0.12 0.47
Hex 7C 85 69 7 0 15 30 4F C 2F
Octal 174 205 151 7 0 25 60 117 14 57
Binary 1111100 10000101 1101001 111 0 10101 110000 1001111 1100 101111

Color Harmonies of #7C8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8569

Black with #7C8569

Text Example


Text Example

White with #7C8569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,133,105); }

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

background-color css

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

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

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

border-color css

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

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

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