Html Css Color HEX #7D8663 Gunsmoke

📋 copy color: '#7D8663'

red 125 ◦ green 134 ◦ blue 99

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

Shades of Gunsmoke #7D8663

Tints of Gunsmoke #7D8663

RGB

 RED value IS 125 (49.22% from 255) = 34.92%

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 34.92%
G = 37.43%
B = 27.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#7D8663 (or 0x7D8663) is known color: Gunsmoke. HEX triplet: 7D, 86 and 63. RGB value is (125,134,99). Sum of RGB (Red+Green+Blue) = 125+134+99=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8663 is #82799C. Grayscale: #7F7F7F. Windows color (decimal): -8550813 or 6522493. OLE color: 6522493.

HSL color Cylindrical-coordinate representation of color #7D8663: hue angle of 75.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D8663 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 134 99 -
CMYK 0.07 0 0.26 0.47
HSL 75.43º 0.15% 0.46% -
HSV(B) 75.43º 0.26% 0.53% -
XYZ 19.23 22.31 15.1 -
YUV 127.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 125 134 99 0.07 0 0.26 0.47 75.43 0.15 0.46
Hex 7D 86 63 7 0 1A 2F 4B F 2E
Octal 175 206 143 7 0 32 57 113 17 56
Binary 1111101 10000110 1100011 111 0 11010 101111 1001011 1111 101110

Color Harmonies of #7D8663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8663

Black with #7D8663

Text Example


Text Example

White with #7D8663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,134,99); }

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

background-color css

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

 a { background-color: rgb(125,134,99); }

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

border-color css

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

 span { border-color: rgb(125,134,99); }

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