Html Css Color HEX #786F6F Dim Gray

📋 copy color: '#786F6F'

red 120 ◦ green 111 ◦ blue 111

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

Shades of Dim Gray #786F6F

Tints of Dim Gray #786F6F

RGB

 RED value IS 120 (47.27% from 255) = 35.09%

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 35.09%
G = 32.46%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#786F6F (or 0x786F6F) is known color: Dim Gray. HEX triplet: 78, 6F and 6F. RGB value is (120,111,111). Sum of RGB (Red+Green+Blue) = 120+111+111=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 120 - color contains mainly: red. Hex color #786F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786F6F is #879090. Grayscale: #717171. Windows color (decimal): -8884369 or 7303032. OLE color: 7303032.

HSL color Cylindrical-coordinate representation of color #786F6F: hue angle of 0º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #786F6F is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 111 111 -
CMYK 0 0.08 0.08 0.53
HSL 0.04% 0.45% -
HSV(B) 0.07% 0.47% -
XYZ 16.3 16.51 17.37 -
YUV 113.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 120 111 111 0 0.08 0.08 0.53 0 0.04 0.45
Hex 78 6F 6F 0 8 8 35 0 4 2D
Octal 170 157 157 0 10 10 65 0 4 55
Binary 1111000 1101111 1101111 0 1000 1000 110101 0 100 101101

Color Harmonies of #786F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786F6F

Black with #786F6F

Text Example


Text Example

White with #786F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786F6F; }

 p { color: rgb(120,111,111); }

 H1.HeaderClassName
 {
   color: #786F6F;
 }
 .AnyTagClassName
 {
   color: #786F6F;
 }
</style>

background-color css

<style>
 a { background-color: #786F6F; }

 a { background-color: rgb(120,111,111); }

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

border-color css

<style>
 span { border-color: #786F6F; }

 span { border-color: rgb(120,111,111); }

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