Html Css Color HEX #7F8768 Gunsmoke

📋 copy color: '#7F8768'

red 127 ◦ green 135 ◦ blue 104

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

Shades of Gunsmoke #7F8768

Tints of Gunsmoke #7F8768

RGB

 RED value IS 127 (50% from 255) = 34.7%

 GREEN value IS 135 (53.13% from 255) = 36.89%

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 34.7%
G = 36.89%
B = 28.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#7F8768 (or 0x7F8768) is known color: Gunsmoke. HEX triplet: 7F, 87 and 68. RGB value is (127,135,104). Sum of RGB (Red+Green+Blue) = 127+135+104=366 (48% of max value = 765). Red value is 127 (50% from 255 or 34.70% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8768 is #807897. Grayscale: #818181. Windows color (decimal): -8419480 or 6850431. OLE color: 6850431.

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

Color convert

RGB 127 135 104 -
CMYK 0.06 0 0.23 0.47
HSL 75.48º 0.13% 0.47% -
HSV(B) 75.48º 0.23% 0.53% -
XYZ 19.92 22.84 16.46 -
YUV 129.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 127 135 104 0.06 0 0.23 0.47 75.48 0.13 0.47
Hex 7F 87 68 6 0 17 2F 4B D 2F
Octal 177 207 150 6 0 27 57 113 15 57
Binary 1111111 10000111 1101000 110 0 10111 101111 1001011 1101 101111

Color Harmonies of #7F8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8768

Black with #7F8768

Text Example


Text Example

White with #7F8768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,135,104); }

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

background-color css

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

 a { background-color: rgb(127,135,104); }

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

border-color css

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

 span { border-color: rgb(127,135,104); }

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