Html Css Color HEX #7A7B75 Gunsmoke

📋 copy color: '#7A7B75'

red 122 ◦ green 123 ◦ blue 117

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

Shades of Gunsmoke #7A7B75

Tints of Gunsmoke #7A7B75

RGB

 RED value IS 122 (48.05% from 255) = 33.7%

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

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 33.7%
G = 33.98%
B = 32.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7A7B75 (or 0x7A7B75) is known color: Gunsmoke. HEX triplet: 7A, 7B and 75. RGB value is (122,123,117). Sum of RGB (Red+Green+Blue) = 122+123+117=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 123 - color contains mainly: green. Hex color #7A7B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7B75 is #85848A. Grayscale: #7A7A7A. Windows color (decimal): -8750219 or 7699322. OLE color: 7699322.

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

Color convert

RGB 122 123 117 -
CMYK 0.01 0 0.05 0.52
HSL 70º 0.03% 0.47% -
HSV(B) 70º 0.05% 0.48% -
XYZ 18.32 19.59 19.64 -
YUV 122.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 122 123 117 0.01 0 0.05 0.52 70 0.03 0.47
Hex 7A 7B 75 1 0 5 34 46 2 2F
Octal 172 173 165 1 0 5 64 106 2 57
Binary 1111010 1111011 1110101 1 0 101 110100 1000110 10 101111

Color Harmonies of #7A7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7B75

Black with #7A7B75

Text Example


Text Example

White with #7A7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,123,117); }

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

background-color css

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

 a { background-color: rgb(122,123,117); }

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

border-color css

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

 span { border-color: rgb(122,123,117); }

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