Html Css Color HEX #767B67 Gunsmoke

📋 copy color: '#767B67'

red 118 ◦ green 123 ◦ blue 103

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

Shades of Gunsmoke #767B67

Tints of Gunsmoke #767B67

RGB

 RED value IS 118 (46.48% from 255) = 34.3%

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

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 34.3%
G = 35.76%
B = 29.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#767B67 (or 0x767B67) is known color: Gunsmoke. HEX triplet: 76, 7B and 67. RGB value is (118,123,103). Sum of RGB (Red+Green+Blue) = 118+123+103=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #767B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B67 is #898498. Grayscale: #777777. Windows color (decimal): -9012377 or 6781814. OLE color: 6781814.

HSL color Cylindrical-coordinate representation of color #767B67: hue angle of 75º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767B67 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 123 103 -
CMYK 0.04 0 0.16 0.52
HSL 75º 0.09% 0.44% -
HSV(B) 75º 0.16% 0.48% -
XYZ 17 19 15.6 -
YUV 119.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 118 123 103 0.04 0 0.16 0.52 75 0.09 0.44
Hex 76 7B 67 4 0 10 34 4B 9 2C
Octal 166 173 147 4 0 20 64 113 11 54
Binary 1110110 1111011 1100111 100 0 10000 110100 1001011 1001 101100

Color Harmonies of #767B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B67

Black with #767B67

Text Example


Text Example

White with #767B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767B67; }

 p { color: rgb(118,123,103); }

 H1.HeaderClassName
 {
   color: #767B67;
 }
 .AnyTagClassName
 {
   color: #767B67;
 }
</style>

background-color css

<style>
 a { background-color: #767B67; }

 a { background-color: rgb(118,123,103); }

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

border-color css

<style>
 span { border-color: #767B67; }

 span { border-color: rgb(118,123,103); }

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